html, body {
	margin:0;
	padding-bottom:40px;
	background:url(../images/bg.jpg) left repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* container */
#C {
	width:800px;
	
}

h1, h2, h3,h4, h5 {
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:capitalize;
}

#header{
	background-image:url(../images/header.jpg);
	height:200px;
	width:100%;
	background-position:left;
	background-repeat:no-repeat;
}

#header a{
	display:block;
	height:200px;
	text-decoration:none;
}

#nav {
	padding-top:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	width:190px;
}

#nav ul {
	margin:0;
	margin-right:30px;
	padding:0;
}

#nav li {
	font-size:20px;
	text-align:right;
	margin:0;
	padding:0;
	list-style:none;
	padding-bottom:10px;
}

#nav li a {
	text-decoration:none;
	color:#fff;
}

#nav li a:hover {
	text-decoration:underline;
}

#main {
	width:560px;
	padding:10px 0 0 40px;
	float:left;
}