@charset "UTF-8";
/*  */

/* 681px by 1168px */

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

#wrap {
	background-image:url('assets/img/bodyimg.gif');
  	background-repeat:none;
	height: 690px;
	width: 950px;
	/*margin-left: 80px;*/
	background-color: #FFF;
	padding: 5px;
	padding-left:30px;
	margin-top:-25px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background-image:url('assets/img/headerbar.gif');
  	background-repeat:repeat-x;
	height: 109px;
	width: 100%;
	margin-top:-30px;
	margin-left:0px;
}

#header h1{
	color: transparent;
}

#logo {
	
	height:48px;
	width:320px;
	margin-top:-50px;
	margin-left:55px;
		

}


#contact {
	color:#5c292c;
	font-family: �Trebuchet MS�, Helvetica, sans-serif;
    font-size: 11px;
	margin-top:-2px;
	margin-left:110px;
}

.head_color {
	color:#6ab7a4;
	
}


#content {
	/*
border: 1px solid orange;
	background-color: #C0C0C0;
*/
	font-family: �Trebuchet MS�, Helvetica, sans-serif;
	font-size: 11px; 
	height: 600px;
	width:880px;
	margin-top: 25px;
	margin-left:35px;
	
	text-decoration:none;
	
}

#content2 {
	/*border: 1px solid orange;*/
	background-color: #C0C0C0;
	font-family: �Trebuchet MS�, Helvetica, sans-serif;
	font-size: 11px; 
	height: 600px;
	width:890px;
	margin-top: 0px;
	margin-left:30px;
	
	text-decoration:none;
	
}




/* About page */

#social {
	/*background-color:orange;*/
	width:190px;
	height:35px;
	margin-left:55px;
	padding:15px;
	color:#5c292c;
	font-family: �Trebuchet MS�, Helvetica, sans-serif;

}


#promopic {
	/*
border: 1px solid orange;
	background-color: #C0C0C0;
*/
	width:280px;
	height:350px;
	margin-left:30px;

}

#info {
	/*
border: 1px solid orange;
	background-color: #C0C0C0;
*/
	color:#5c292c;
	font-family: �Trebuchet MS�, Helvetica, sans-serif;
    /*font-size: 11px*/
	width:550px;
	height:550px;
	margin-top:-353px;
	float:right;


}

.content_heads{
	font-family: �Trebuchet MS�, Helvetica, sans-serif;
	color: #008B8B;
	font-size:12px;
}


a:link {

text-decoration:none;
color: #5c292c; 
}

a:hover {text-decoration:none;
color:#008B8B;
} 


/* end ABOUT */



/* Portfolio stuff */


#thumbbox {
	/*background-color:orange;*/
	width:155px;
	height:550px;
	margin-left:25px;
	margin-top:50px;
}

.thumbheader {
	color: #008B8B;
	font-size:10pt;
	font-family: �Trebuchet MS�, Helvetica, sans-serif;



}

#image {
	/*background-color:red;*/
	width:687px;
	height:590px;
	margin-top:-580px;
	float:right;

}

/* END Portfolio Stuff */




#footer {
	color:#5c292c;
	font-family: �Trebuchet MS�, Helvetica, sans-serif;
    font-size: 9px;
    margin-top: 15px;
    /*margin-left:228px;*/
    float:right;
    margin-right:35px;
}




/* nav begin new*/


#nav {
	/*background-color:red;*/
	color: #008B8B;
	border: 0px;
	position: absolute;
	width: 500px;
	height: 0px;
	top: 18px;
	/*left: 395px;*/
	padding: 8px 0px 30px 440px;
	margin-left:auto;
	margin-right:auto;
}

#nav ul {
	
    display: inline; 
    padding: 0px; margin: 0px; 
}         


#nav a { 
	color: #5c292c;
    text-decoration: none;     
}    
#nav li {
	
    font-family: �Trebuchet MS�, Helvetica, sans-serif;
    font-size: 11px; 
    line-height: 15px;
    cursor: pointer;
    display: inline;
    float: left; 
    margin: 0; 
    padding-right: 50px;        
    list-style: none; 
}
#nav li ul {
    display: none; 
    width: 140px;
    position: absolute;  
}
#nav li:hover ul {
	color:#008B8B;
	background-color: transparent;
    display: list-item;
    list-style: none;
    
}
#nav ul li a:hover, 
#nav ul li a.current { 
			color: #008B8B; 
			
    
} 


/* end nav */



a: link {
	
	text-decoration:none;
}

a:visited {
	text-decoration:none;
	
}� 
a:hover {
	text-decoration:none;
	color: #008B8B;
}� 
a:active {
	text-decoration:none;
}

