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

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

h1 {
	margin-top:10px;
	font-size:12px;
	font-weight: 200;
	color:#dc0083;
	padding-bottom: 5px;
	
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #222;
	font-size: 12px;
	font-style:oblique;
	padding-right: 130px;
	padding-bottom: 5px;
	font-weight: 100;
}

h3 {
	font-style:;
	font-size:12px;
	color:#999999;
	margin-bottom:20px;
	font-weight: 100;
	
}

h4 {
	font-style:oblique;
	font-size:8px;
	letter-spacing: 7px;
	color:#999999;
	margin-bottom:50px;
}


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style:oblique;
	background:#FFFFFF url(images/tSite_guide.png) repeat-x;
}

#canvas {
	width: 800px;
	
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color:#FFFFFF;
}
#header {
	width: 800px;
	height: 86px;
	background: url(images/tSite_header.png) ;
	
	}

girl {
	margin-left: 300px;
}

#nav{
	font-family: Georgia, "Times New Roman", Times, serif ;
	color:#dc0083;
	font-size: 13px;
	padding-top: 0px;
	padding-left: 590px;
	
}

#nav ul{
	list-style: none;
	
}

#nav ul li{
	display: inline;	
}

#nav ul li a{
	color:#3C3E34;
	margin-right: 0px;
	padding: 2px 5px 0px 5px;
	text-decoration: none;
}



#nav ul li a:hover{
	color:gray;
	/* border-bottom: #666 solid 1px; */
}

#nav ul li a.current{
	/* border-bottom: #666 solid 1px; */
}
