@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 1em;
}

body {
	font-size: .75em;
	font-style:oblique;
	/* background:#FFFFFF url(images/tSite_guide.png) repeat-x; */
}


.dottedLine {

	border-bottom: 1px dotted gray;
	margin: 100px 0 0px 0px;
	width:100%;
}

p {
	color: #999999;
	font-style:oblique;
	font-size: 1.5em;
	width: 740px;
	font-weight: lighter;
	margin:20px 0 20px 8px;
}

p a{ font-size: .75em;}

h1, h2 {
	padding: 1px 1px 1px 6px; 
	display: inline; 
    margin-bottom: 40px;
}

h1 {
	float:right;
	background: #000;
	font-weight:lighter;
	color:#EFEC8E;	
	margin-bottom: 10px;
}

h2 {
	color:#999999;
	font-weight: lighter;
	
}

#canvas {
	
	width: 750px;
	margin: 100px auto 0px auto;
	background-color:#FFFFFF;
	padding-left: 155px;
}

#canvas ul{

	float:right;
	list-style: none;
	font-style:;
	color:#999999;
	font-weight: lighter;
	
}

#header {
	
	position: fixed; top:0px; left:0px;	
	width: 100%;
	height: 86px;

	/*filter:alpha(opacity=60);
	opacity: 0.6;*/
}


a {text-decoration: none; color: #DA0082; }

a h2:hover {color: #DA0082;}

#nav{
	float: left;
	position: fixed;
	margin-top: 0px;
	padding: 5px 8px 2px 87px;
	border-right: 1px dotted gray;
	background: black;	
}

#nav ul {list-style: none;}

#nav ul li{
	display: block;	
	margin: 0px 0px 3px 0px;
	text-align: right;
}


#nav ul li a{
	color:#777;	
	border-bottom: #666 dotted 1px;
}


.specialNav { margin-top: 10px; color: #EFEC8E;}

.quote {margin-bottom:90px;}


#nav ul li a:hover{
	color: #9a9a9a;
	border-bottom: none;
}

#nav ul li a .specialNav:hover {
	color:white; 	
}

#nav ul li a.current{

}

girl {
	margin-top: 200px;
}

#footer {
	margin: 0px 0px 0px 30px;
	color:gray;
	
}
