html {
font-family: Universe, Arial, Verdana;
font-size: 85%;

}




body { 
	position: relative;
	width: 770px;
	margin: 0 auto;
	background-image: url(../images/bgcolor.gif);
	background-repeat: repeat;
	background-attachement: fixed;
	font-color: #fff;
	}
	
	


#branding {
	position: fixed;
	background: transparent url(../images/title.gif);
	top: 135px;
	left: 40px;
	width: 92px;
	height: 261px;
	text-indent: -9999px;
	
	}

#branding h1 {
	postion: absolute;
 	top: -9999px;
 	}
#borderbottom {
	background-image: url(../images/bbottom.gif);
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0;
	left: 0px;
	width: 100%;
	height: 20px;
}

#bordertop {
	background-image: url(../images/btop.gif);
	background-repeat: repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	
}

#borderleft {
	background-image: url(../images/bleft.gif);
	background-repeat: repeat-y;
	position: fixed;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	margin: 0;
	z-index: 5;
}

#borderright {
	background-image: url(../images/bright.gif);
	background-repeat: repeat-y;
	position: fixed;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	margin: 0;
	z-index: 5;
}

#content_main {
float: left;
color: #efefef;
width: 620px;
height: auto;
line-height: 160%;
padding: 15px;
background: #252224;
margin-top: 5%;
margin-left: 10%;
font-size: 85%;
}

#current_page {
position: fixed;
background: url(../images/about.gif);
width: 150px;
height: 79px;
margin: 0;
top: 55px;
text-indent: -9999px;
z-index: 3;
}

#current_page2 {
position: fixed;
background: url(../images/portfolio.gif);
width: 216px;
height: 80px;
margin: 0;
top: 44px;
text-indent: -9999px;
z-index: 3;
}


#current_page3 {
position: fixed;
background: url(../images/contact.gif);
width: 191px;
height: 75px;
margin: 0;
top: 51px;
text-indent: -9999px;
z-index: 3;
}

#myimage .introimage{
float: right;
background: #FFF;
margin: 5px 10px 10px;
color: #fff;
padding: 5px;

}

.quote h3 {
position: float;
background-image: url(../images/mainabout.png);
text-indent: -9999px;
margin: 0;
width: 107px;
height: 28px;
z-index: 3;
}

#navmenu {
margin: 0;
padding: 0;
width: 275px;
float: right;
font-family: Universe, Arial, Verdana;
list-style-type: none;
margin-top: 16%;

}

#navmenu ul{
list-style-type: none;
top: 100px;
margin: 0px;
padding: 0px;
text-align: center;
}

#navmenu li{
float: left;
margin: 0;
padding: 0;
list-decoration: none;
}

#navmenu a {
float: left;
width: 75px;
color: #000066;
text-decoration: none;
line-height: 1.5;
border-right: 1px dotted #252224;
}

#navmenu a:hover {
background-color: #FFA700;
color: #fff;
font-weight: bold;
}


#extraDiv1 {
	background-image: url(../images/stripe.png);
	position: fixed;
	width: 100%;
	height: 14px;
	top: 95px;
	margin: 0;
	left: 0;
	z-index: 1;
	}
	
	
					/* Portfolio Gallery */
					
					
		h2
{
	color: #ddd;
	font-size: 2.5em;
	line-height: 90%;

}

h3
{
	color: #fff;
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
       
}

.content
{
	margin-left: auto;
	margin-right: auto;
	width: 520px;

}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
	width: 520px !important;
	height: 490px !important;
}




		/* End Gallery */
	
	
	
	
	
	
	
	
	
	
					/* Contact Form Formatting */
	
	

		#page-wrap {
			color: #000;
			width: 520px;
			background: white;
			font-size: 1.2em;
			padding: 20px 50px 20px 50px;
			margin: 20px auto;
			min-height: 450px;
			height: auto !important;
			}
			
		a img {
			border: 0;
			}
			
		img {
			border: 0;
			}

	#form_box {
	width: 530px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}
 
 
#log {
	width: 530px;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}


 				/* End Contact Form */
 				
 				
 		
 		
 		
 		
 				
 				
#footer {
background: #252224;
text-align: center;
color: #FFF;
float: left;
width: 650px;
height: 25px;
margin-left: 10%;
font-size: 85%;
}

