html{
	height: 100%;	
}

body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #454339;
}

body, td{
	color: #FFF;
	font-family: Georgia, serif;
	font-size: 12px;
}

a{
	color: #FFF;
}

hr{
	height: 1px;
	line-height: 1px;
	background: #FFF;
	color: #FFF;
	border: none;
}

#container{
	text-align: center;
	height: 100%;
}

#page{
	width: 900px;
	background: #a6a190 url(../images/page_back.gif) repeat-x bottom;
	margin: auto;
	height: 100%;
	text-align: left;
}

#topbar{
	padding: 10px;
}

#topBarBack{
	background: url(../images/top_back.jpg) no-repeat;
}

#topbar h1{
	margin: 0px;
	padding: 0px;
	width: 881px;
	height: 82px;
	line-height: 82px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat left;
}

#topbar h1 a{
	display: block;
}

#topMenu{
	margin: 0px;
	padding: 0px;
	display: block;
	height: 50px;
}

#topMenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

#topMenu ul li{
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	height: 50px;
	text-indent: -5000px;
	overflow: hidden;
}

#topMenu ul li a{
	display: block;	
	text-decoration: none;
	height: 50px;	
}

#topMenu ul li#who, #topMenu ul li#who a:hover, #topMenu ul li#who a.current{
	width: 126px;
	background-position: 0px 0px;
}

#topMenu ul li#skills, #topMenu ul li#skills a:hover, #topMenu ul li#skills a.current{
	width: 150px;
	background-position: -126px 0px;
}

#topMenu ul li#contact, #topMenu ul li#contact a:hover, #topMenu ul li#contact a.current{
	width: 103px;
	background-position: -276px 0px;
}

#topMenu ul li#perspectives, #topMenu ul li#perspectives a:hover, #topMenu ul li#perspectives a.current{
	width: 111px;
	background-position: -379px 0px;
}

#topMenu ul li#links, #topMenu ul li#links a:hover, #topMenu ul li#links a.current{
	width: 410px;
	background-position: -490px 0px;
}

#topMenu ul li{
	background: url(../images/menu_off.gif) no-repeat;
}

#topMenu ul li a:hover, #topMenu ul li a.current{
	background: url(../images/menu_on.gif) no-repeat;
}

#content{
	padding: 10px;
}

#content #image{
	float: right;
}

#content #text{
	background: #605e52;
	width: 435px;
	height: 369px;
	overflow: auto;
}

#content #text #textPad{
	padding: 10px;
	line-height: 18px;
}

#content #text #textPad h2{
	padding: 6px 0px 12px 0px;
	margin: 0px;
	font-size: 26px;
	background: url(../images/horz_line.gif) repeat-x bottom;
	font-weight: normal;
}

#content #text #textPad h3{
	padding: 6px 0px 2px 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

#footer{
	background: url(../images/footer.gif) repeat-x top;
	height: 62px;
}

#footer #text{
	padding: 13px 0px 0px 20px;
	font-size: 10px;
	color: #add6e7;
}

#footer #text a{
	color: #add6e7;
}

#footer a#anLogo{
	float: right;
	width: 240px;
	height: 52px;
	line-height: 52px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/an_logo.gif) no-repeat top;
}

/* Admin */
#admin h1{
	font-size: 14px;
	color: #93905b;
	padding: 5px;
	border-bottom: 1px solid #DCDCDC;
}

#admin h2{
	margin: 0px 0px 3px 0px;
	padding: 4px 0px 4px 0px;
	font-size: 12px;
	color: #93905b;
	border-bottom: 1px solid #93905b;
}

#admin ul{
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 5px;
}

#admin #adminContent{
	padding: 10px;
}

#admin #adminContent a{
	border-bottom: 1px solid #DCDCDC;
}

#admin #adminContent a:hover{
	text-decoration: none;
	background: #DCDCDC;
}

#admin .footer{
	font-size: 9px;
	color: #666;
	border-top: 1px solid #DCDCDC;
	padding: 3px;
}

#admin .dellink, #admin .dellink a{
	color: #999;
}

#admin a.addlink{
	color: #93905b;
	position: relative;
	top: -23px;
	left: 120px;
}
