/*HTML Elements*/
body {
	margin:0px;
	padding:0px;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	line-height: 150%;
}
a{
	color:#663300;
}
ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
/*END HTML Elements*/


#page {
	margin:0px;
	padding:0px;
	background-image: url(../images/bgtop2.gif);
	background-repeat: repeat-x;
}

#main {
	background-image: url(../images/background.jpg);
	width: 770px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E6DDB7;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6DDB7;
}

#main2 {
	margin:0px;
	padding:0px 20px 50px 20px;
	background-image: url(../images/bgtop.gif);
	background-repeat: repeat-x;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #DCCA9A;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DCCA9A;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCCA9A;
}

#left {
	width:300;
	margin: 0px;
	padding: 0px;
	float: left;
}

#right {
	width:420px;
	margin: 0px;
	padding: 0px;
	float: right;
}

/*Header Links*/
#headerlinks {
	margin:27px 0px 0px 0px;
	padding:0px;
	float:right;
}

#headerlinks li{
	margin:0px;
	padding:0px;
	float:left;
}
#headerlinks li a{
	background-image: none;
	margin:0px 0px 0px 0px;
	padding:14px 10px 0px 10px;
	color:#663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	text-decoration:none;
	display:block;
}

#headerlinks li a:hover{
	background-image: url(../images/linkbox_1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color:#B88F56;
}

#headerlinks .sel_headerlink a{
	background-image: url(../images/linkbox_2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color:#663300;
}

#leftsidestuff {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:280;
}


#leftsidestuff p {
	width:auto;
	margin:0px 0px 0px 0px;
	padding:0px 50px 10px 0px;
	text-align: right;
}

.size10{
	font-size: 11px;
 }
 
 
.bolder{
	font-weight: bold;
 }

#logo {
	display:block;
	margin:10px 0px 0px -55px;
	padding:0px;
	width:315;
	position: relative;
	z-index: 2;
}

#content {
	display:block;
	text-align:left;
	margin:50px 0px 30px 0px;
	padding:15px 0px 0px 30px;
	border-left: 1px solid #CC9966;
}

#content h1{
	color:#CC9966;
	font-size:36px;
	font-style: normal;
	margin:0px;
	padding:0px 0px 5px 0px;
	border-bottom: 2px solid #CC9966;
	font-weight: normal;
}

.section{
	margin:20px 0px 40px 0px;
	padding:5px;
	display:block;
	clear:both;
}

.section h2{
	margin:0px;
	padding:0px;
	color: #CC9966;
	font-size: 21px;
}

.section p{
	margin:0px 0px 10px 0px;
	padding:0px;
}

.gallery1 img{
	float:left;
	margin:0px 5px 20px 0px;
	padding:0px;
}

.gallery1 li{
	margin:0px;
	padding:5px;
	display:block;
	clear:both;
}

.gallery1 h3{
	margin:0px;
	padding:0px;	
	font-size: 14px;
	color: #000;
}

.gallery2 li{
	margin:0px;
	padding:5px;
	float:left;
}

.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	clear: both;
	margin-bottom: 20px;
	height: 75px;
}

.list h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

 
 #footer {
	text-align: right;
	width: 770px;
	margin:0px auto 0px auto;
	padding: 0px;
 }
 
#footerimage {
	background-repeat: no-repeat;
	background-position: right;
	width: 770px;
	margin:-65px 0px 0px 0px;
	padding: 130px 0px 0px 0px;
	display:block;
	z-index: 3;
	overflow: visible;
	position: relative;
 }
 .f_about {
	background-image: url(../images/f_about.gif);
 }
 
 .f_skills {
	background-image: url(../images/f_skills.gif);
 }
 
 .f_gallery {
	background-image: url(../images/f_gallery.gif);
 }
 
 .f_contact {
	background-image: url(../images/f_contact.gif);
 }

 #footer p{
	font-size: 10px;
	margin:0px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
	text-align:right;
 }


.formfield {
	background-color: #F2E5D9;
	border: 1px double #663300;
	font-size: 100%;
	width: 100%;

}
.formbutton {
float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC9966;
	border: 2px double #663300;
	padding: 5px 10px;
	}
	
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	}
	
	
	