/* CSS Document */

body {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #CCC;
	background-image: url(../../imgs/main/BCKGRND.jpg);
}

img, a {
	border: 0px;
}

#wrapper {
	width: 900px;
	margin: 10% auto 0px auto;
	position: relative;
	height: 400px;
	padding: 0px;
}

#picture {
	float: right;
	width: 490px;
	height: 400px;
}

.title {
	font-size: 2.5em;
	color: #0cf;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 10px;
}

#gallery {
	float: right;
	width: 490px;
}

#info {
	width: 490px;
	margin: 0px 0px 25px 0px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
}

#large_image {
	height: 202px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#small_image ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#small_image li{
	display: inline;
	padding: 0px;
}	

.small {
	padding-bottom: 10px;
	text-align: right;
}

#right_section {
	float: left;
	font-size: 15px;
}

#nav{
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 450px;
	float: left;
	font-size: 2.5em;
	font-weight: bold;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

#nav li {
	margin: 0px;
	list-style-type: none;
	padding: 3px 0px 0px;
}

.blank {
	height: 15px;
}

.nav {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 15px;
	margin: 0px 0px 10px;
}

.nav:hover, .sub_nav:hover {
	color: #0CF;
}

#portfolio, #cv {
	font-size: 13px;
	border-bottom: 1px dashed #ccc;
	width: 200px;
	margin: 2px 0px 10px 3px;
	padding: 0px 0px opx 5px;
}

.sub_nav, .sub_nav_current {
	text-decoration: none;
	color: #FFF;
	padding-left: 5px;
	padding-right: 15px;
	margin: 0px 0px 5px;
	display: block;
}

.sub_nav_current {
	text-decoration: none;
	color: #0CF;
}

#name {
	padding: 0px;
	position: absolute;
	bottom: 5px;
	margin: 0px;
	font-size: 2.5em;
	font-weight: bold;
	clear: both;
}

.thumbs_div {
	width: 490px;
}

.thumbs {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.thumbs li {
	float: right;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
}
.thumbs img {
	display: block;
	border: 7px solid #FFF;
	margin-bottom: 5px;
}
.thumbs img:hover {
	border: 7px solid #0cf;
}


#clear {
	clear: both;
}


#footer {
	clear: both;
	width: 100%;
	position: absolute;
}
