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

body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	overflow: scroll;
	background-color: #F3F3F5;
}
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}




#container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	background-image: url(assets/bg_top.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
#bttm  {
	background-image: url(assets/bg_btm.jpg);
	background-repeat: no-repeat;
	height: 15px;
}
#main {
	width: 800px;
	margin-left: 10px;
}
#topnav {
	background-image: url(assets/sub_banner.jpg);
	height: 30px;
	background-repeat: no-repeat;
}
#subcontainer {

}
#content {
	width: 576px;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
	height: 100%;
}
#subnav {
	font-size: 90%;
	color: #0000FF;
	text-align: center;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#side {
	width: 200px;
	margin-left: 598px;
	margin-top: 10px;
	text-align: center;
}




#mid {
	background-image: url(assets/bg_cntr.jpg);
	background-repeat: repeat-y;
}

#home, #portfolio, #about, #contact, #cv {
	float: right;
	height: 30px;
	font-size: 0px;
}

#contact {
	width: 113px;
	background-image: url(assets/contact_btn.jpg);
}
#about {
	width: 91px;
	background-image: url(assets/about_btn.jpg);
}

#portfolio {
	width: 135px;
	background-image: url(assets/port_btn.jpg);
}
#home {
	width: 80px;
	background-image: url(assets/home_btn.jpg);
}

#cv {
	width: 58px;
	background-image: url(assets/cv_btn.jpg);
}
#contact a {
	font-size: 0px;
	display: block;
	height: 30px;
	width: 113px;
}
#about a {
	font-size: 0px;
	display: block;
	height: 30px;
	width: 91px;
}
#portfolio a {
	font-size: 0px;
	display: block;
	height: 30px;
	width: 135px;
}
#home a {
	font-size: 0px;
	display: block;
	height: 30px;
	width: 80px;
}

#cv a {
	font-size: 0px;
	display: block;
	height: 30px;
	width: 58px;
}
#cv a:hover {
	background-image: url(assets/cv_btn_hvr.jpg);
}
#contact a:hover {
	background-image: url(assets/contact_btn_hvr.jpg);
}
#about a:hover {
	background-image: url(assets/about_btn_hvr.jpg);
}
#portfolio a:hover {
	background-image: url(assets/port_btn_hvr.jpg);
}
#home a:hover {
	background-image: url(assets/home_btn_hvr.jpg);
}

#subnav {
	font-weight: bold;
}

#subnav  a    {
	text-decoration: none;
	color: #666666;
	margin-right: 5px;
	margin-left: 5px;
}
#subnav   a:hover    {
	color: #0000FF;
	text-decoration: underline;
}

#footer {
	height: 50px;
	background-image: url(assets/btm_banner.jpg);
	background-repeat: no-repeat;
	line-height: 60px;
	font-size: 90%;
	text-align: center;
}

.home_a_active {
	background-image: url(assets/home_btn_active.jpg) !important;
}
.portfolio_a_active {
	background-image: url(assets/port_btn_active.jpg) !important;
}
.about_a_active {
	background-image: url(assets/about_btn_active.jpg) !important;
}
.contact_a_active {
	background-image: url(assets/contact_btn_active.jpg) !important;
}
.cv_a_active {
	background-image: url(assets/cv_btn_active.jpg) !important;
}
.leftimg {
	float: left;
	margin-right: 20px;
}

#loadarea     {
	height: 272px;
	width: 400px;
	border: 4px solid #CCCCCC;
}
#thumbarea {
	width: 140px;
	height: 510px;
	float: right;
	margin-right: 10px;
}
#info a {
	color: #0066FF;
}
#thumbarea  p a {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
#thumbarea p a:hover {
	text-decoration: underline;
}
.thumbnail {
	width: 120px;
	height: 82px;
	border: 4px solid #CCCCCC;
	margin-bottom: 10px;
}
#info {
	width: 408px;
	height: 100%;
	margin-top: 10px;
}
#info h1 {
	font-size: 100%;
	color: #0066FF;
	margin-top: -5px;
}
#info  h2     {
	font-size: 90%;
	margin-top: -5px;
	color: #666666;
}