*{
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: OFLGoudyStM;
    src: url(../includes/fonts/OFLGoudyStM.otf);
    font-weight: lighter;
}

@font-face {
    font-family: OFLGoudyStM-Italic;
    src: url(../includes/fonts/OFLGoudyStM-Italic.otf);
	font-style: italic;
    font-weight: lighter;
}

body{
	font-family: OFLGoudyStM, Times, serif;
	font-size: 14px;
	color: #fff;
	background: url(../images/bg.jpg) no-repeat center top #1B1B1B;
}

a:link {
	color: #909090;
	text-decoration: none;
	font-weight: bolder;
}

a:visited {
	color: #909090;
	text-decoration: none;	
	font-weight: bolder;
}

a:hover {
	color: #656565;
	text-decoration: none;
	font-weight: bolder;
}

a:active {
	color: #909090;
	text-decoration: none;
	font-weight: bolder;
}


.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

#wrapper{
	background: url(../images/header_rp.png) repeat-x transparent;
}

#wrapper2{
	width: 980px;
	min-height: 500px;
	margin: 0 auto;
}

#header{
	width: 980px;
	margin: 0 auto;
	padding-top: 8px;
	min-height: 64px;
	z-index: 200;
	position: relative;
	padding-bottom: 10px;
}

#contact_info{
	margin-right: 32px;
	font-size: 11px;
}

#contact_info div{
	padding: 0 5px;
}

#nav {
	float: right;
	position: absolute;
	top: 10px;
	width: 225px;
	right: 35px;
}

#nav ul, #bottom_nav ul{
	list-style: none;
}

#nav li, #bottom_nav li{
	display: inline;
	padding: 10px;
}

#nav a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
	font-size: 18px;
}

#nav a:visited {
	color: #fff;
	text-decoration: none;	
	font-weight: bolder;
	font-size: 18px;
}

#nav a:hover {
	color: #818181;
	text-decoration: none;
	font-weight: bolder;
	font-size: 18px;
}

#nav a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
	font-size: 18px;
}

#bottom_nav{
	width:200px;
	margin: 0 0 0 112px;
}

#footer{
	min-height: 100px;
/* 	background: url(../images/footer_rp.png) repeat-x #1B1B1B;*/
}

#footer2{
	width: 980px;
	margin: 0 auto;
	color: #747474;
	padding-top: 22px;
	font-size: 10px !important;
}

.heading{
	font-family: OFLGoudyStM, Times, serif;
}

.heading h1{
	font-weight: lighter;
	color: #cccccc;
}

.heading hr{
	background: url("../images/hr.png") repeat-x scroll 0 0 transparent;
	border: medium none;
	height: 9px;
	margin-right: 21px;
}

.sub_heading{
	width: 896px;
	margin: 0 auto;
	padding-top: 8px;
	min-height: 88px;
}

.sub_heading hr{
	background: url("../images/hr.png") repeat-x scroll 0 0 transparent;
	border: medium none;
	height: 9px;
	margin-right: 22px;
}

#welcome{
	top: 323px;
	position: relative;
	padding: 10px 22px 10px 0;
}

#content{
	width: 980px;
	margin: 10px auto 0;
}

#content p{
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
}

#projects{
	width: 980px;
	padding: 5px 15px;
}

#project_list{
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 12px;
}

#project_list hr{
	border:thin solid #464648;
	margin: 5px 5px 0 18px;
}

.title{
	padding: 10px 0 5px;
	font-size: 18px;
	font-weight: bold;
}

.short_desc{
	padding-left: 32px;
}

#resume{
	padding: 5px 25px 15px;
}

#resume h2{
	font-family: OFLGoudyStM-Italic, Times, serif;
	font-style: italic;
	font-weight: lighter;
	padding: 5px 2px 5px;
}

#resume h3{
	font-weight: lighter;
	padding: 5px 5px 5px 10px;
}

#resume h4{
	padding: 2px 2px 2px 25px;
}

#resume ul{
	padding-left: 50px;
	padding-top: 5px;
	padding-right: 5px;
}

#resume hr{
	margin-top: 10px;
	margin-bottom: 10px;
}

#res_link{
	width: 200px;
	margin: 0 auto;
	padding-top: 25px;
	font-size: 20px;
}

.exam_row{
	margin: 0 auto;
	width: 850px;
}

.examples{
	padding: 5px 9px;
}

#index_img{
	margin: 0 auto;
	position: absolute;
	top: 3px;
	z-index: 0;
}

#projects_index{
	width: 260px;
	padding: 10px 40px;
}

#mid_nav{
	width: 800px;
	margin: 0 auto;
}

#home_index, #resume_index, #gallery_index{
	width: 75px;
	height: 39px;
}


#home_index h1, #resume_index h1, #gallery_index h1{
	display: none;
}

#home_index{
	background: url("../images/buttons_home.png") no-repeat scroll 0px 0px transparent;
}

#home_index:hover{
	background: url("../images/buttons_home.png") no-repeat scroll 0px -51px transparent !important;
}

#resume_index{
	background: url("../images/buttons_resume.png") no-repeat scroll 0px 0px transparent;
}

#resume_index:hover{
	background: url("../images/buttons_resume.png") no-repeat scroll 0px -51px transparent !important;
}

#gallery_index{
	background: url("../images/buttons_gallery.png") no-repeat scroll 0px 0px transparent;
}

#gallery_index:hover{
	background: url("../images/buttons_gallery.png") no-repeat scroll 0px -51px transparent !important;
}

#project_content{
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #272727;
	padding: 10px;
	min-width: 800px;
}
#project_content td{
	padding: 10px;
}
