/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 151px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #414a0f;
}

a, a:visited{color:#546112;text-decoration:none;}
a:hover{color:#546112;text-decoration:underline;}

h1{
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 20px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

h2{
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 16px;
	line-height: 14px;
	font-weight: normal;
	color: #697526;
	padding: 0px;
	margin: 0px;
}

hr{height:1px;color:#546112;}

ul{list-style-type:square;margin:0px 15px;padding:0px 10px;}
li{padding-bottom:5px;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	width: 700px;
	margin: 0px auto;
	text-align: left;
}

#header{
	width: 500px;
	float: left;
	background-color: #98ac31;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF; 
}
#header a, #header a:hover{color:#FFFFFF;}

#header form{
	display: inline;
	float: right;
	padding: 5px;
}

#search{
	width: 500px;
	height: 29px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
}
#search span{margin:5px;}

#nav{
	width: 500px;
	float: left;
}

#logo{float:left;}

#masthead{
	float: left;
	width: 700px;
	height: 158px;
	background-image: url(../images/masthead.jpg);
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#main{
	float: left;
	background-color: #bbc774;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}

#photo_main{
	float: left;
	width: 700px;
	background-color: #bbc774;
}
#photo_main div{padding:10px;}
#photo_menu{
	float: left;
	matrgin-right: 30px;
}
#photo_menu img{margin:1px;border:3px solid #FFFFFF;}
#photo_content{float:left;}
#photo_content img{float:left;margin-top:1px;border:5px solid #697526;}

#sidebar{
	width: 200px;
	min-height: 459px;
	float: left;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}
#sidebar .details{margin:0px 0px 6px 20px;padding:0px;}
#sidebar .thumbs{margin:10px;}
#sidebar .thumbs img{margin:1px;border:3px solid #FFFFFF;}

#content{
	width: 500px;
	float: left;
}
#content div{padding:10px 20px 20px 20px;}

#interests_menu{float:right;text-align:left;margin:0px;padding:0px;}
#interests_menu div{	
	width: 170px;
	height: 230px;
	padding: 10px;
	margin-top: 5px;
	background-color: #697526;
	color: #333333;
	border: 0px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow: -moz-scrollbars-vertical;
}

#projects_nav{
	display: inline;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#footer{
	width: 700px;
	height: 50px;
	float: left;
	background-color: #98ac31;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#footer p{padding:10px;}

/***********************************************/
/* Misc. Styles                                */
/***********************************************/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}

.picL{float:left;margin:10px 10px 10px 0px;border:6px solid #FFFFFF;}
.picR{float:right;margin:10px 0px 10px 10px;border:6px solid #FFFFFF;}

.txt{width:150px;border:1px solid #798926;}
.btn{border:0px;background-color:transparent;color:#FFFFFF;font-size:10px;}