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

body{
	background-color:#CCC;
	font-family:Tahoma, Geneva, sans-serif;
}

#wrapper{
	width:900px;
	height:auto;
	overflow:auto;
	margin:0 auto;
	padding-bottom:75px;
	background-color:#fff;
	background-image:url(images/wrapper.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#header{
	height:100px;
	width:900px;
	margin-top:40px;
}

#logo{
	width:200px;
	height:100px;
	float:left;
	margin-left:50px;
}

#main-nav{
	width:400px;
	height:100px;
	float:right;
	margin-right:70px;
}

#sub-nav{
	width:200px;
	height:300px;
	margin-left:50px;
	float:left;
}

#content{
	width:500px;
	float:left;
	margin-left:50px;
	margin-bottom:100px
}

#page {
	width: 500px;
	margin-left:50px;
	float: left;
	border:none;
}
#container {
	padding: 0px;
}

#foot{
	width:850px;
	height:25px;
	margin:0 auto;
	padding-left:50px;
	float:none;
	background-color:#B1B3B4;
}

ul.nav {
	margin-left:99px;
}

ul.nav li a{
	width:100px;
	height:50px;
	display:block;
	float:left;
	padding-top:15px;
	color:#5b5b5A;
	text-decoration:none;
	text-align:center;
}

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

ul.subnav li a{
	width:100px;
	height:30px;
	display:block;
	line-height:30px;
	color:#5b5b5A;
	text-decoration:none;
	text-align:left;
	list-style:none;
}

ul.subnav li a:hover{
	color:#F7AB13;
	list-style:none;
}

ul.fun li {
	color:#333;
	list-style:circle;
	font-size:12px;
	list-style-position:outside;
	margin-left: 20px;
}

ul.resume li {
	color:#333;
	list-style:circle;
	font-size:12px;
	list-style-position:outside;
	margin-left: 15px;
	line-height:16px;
}


h1 {
	color:#F7AB13;
	font-size:16px;
}

h2 {
	color:#F7AB13;
	font-size:14px;
	margin:10px 0 10px 0;
}

p {
	color:#333;
	font-size:12px;
}

td{
	color:#333;
	font-size:12px;
}
