a { outline: none; text-decoration: none;}
a:active { outline: none; }

td, p, div {font-size: 9px;}
body {
	font-family: "Century Gothic","Helvetica",sans-serif;
	font-size: 9px;
	background-image:url('/assets/1/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment:scroll;
}


#wrapper {
	position:absolute;
	width:648px;
	height: 586px;
	margin-left:-333px;
	left:50%;
	top:30px;
}



#header {
	width:100%;
	height: 75px;
	text-align:right;
	/*border:1px dotted green;	*/	
}
#toplinks {
	padding-right: 15px;
	padding-top: 15px;
}
#textcontent {

	overflow: auto;
	width:160px;
	height: 250px;
	margin-left: 63px;
	margin-top: 30px;
	float:left;	
	/*border:1px dotted green;	*/	
}

#maincontent {
	width:350px;
	height: 420px;
	margin-top: 19px;
	margin-right: 0px;	
	padding-right: 47px;	
	float:right;
}

#maincontenttext {
	padding-right: 25px;
	padding-left: 25px;

}

#navigation {
	width:160px;
	height: 120px;
	margin-left: 70px;
	margin-top: 45px;
	left: 0;	
	position: absolute;
	bottom:65px;

}

#footer {
	width:100%;
	height: 75px;
	margin-left: 65px;
	margin-top: 29px;
	color: #000;
	font-weight: bold;
	float:left;	
	/*border:1px dotted green;	*/
}


/* Navigation styles */

#about-btn { 
	background-image: url('/assets/1/about_off.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#about-btn-on { 
	background-image: url('/assets/1/about_on.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#about-btn:hover { 
	background-image: url('/assets/1/about_on.gif'); 
}
#portfolio-btn { 
	background-image: url('/assets/1/portfolio_off.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#portfolio-btn-on { 
	background-image: url('/assets/1/portfolio_on.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#portfolio-btn:hover { 
	background-image: url('/assets/1/portfolio_on.gif'); 
}
#news-btn { 
	background-image: url('/assets/1/news_off.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#news-btn-on { 
	background-image: url('/assets/1/news_on.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#news-btn:hover { 
	background-image: url('/assets/1/news_on.gif'); 
}
#contact-btn { 
	background-image: url('/assets/1/contact_off.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#contact-btn-on { 
	background-image: url('/assets/1/contact_on.gif'); 
	width: 147px;
	height: 24px;
	margin-bottom:8px;
	cursor: pointer;
}
#contact-btn:hover { 
	background-image: url('/assets/1/contact_on.gif'); 
}

#portfoliomenubtn{
	font-family: "Century Gothic","Helvetica",sans-serif;
	font-size: 9px;
	font-weight: bold;
	width:132px;
	height:18px;
	padding-left:10px;
	padding-top:6px;
	margin-bottom:3px;
	margin-top:10px;
	margin-left:173px;
	cursor: default;
	background-image:url(/assets/1/menu_bg.gif);
}

#pageName{
	width:132px;
	height:18px;
}

#portfoliomenu{
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
	width: 142px; 
	height: 288px; 
	margin-top:-26px;
	padding-top:1px;
	float:right;
	margin-right:40px;	
	cursor: default;
	position: absolute;
	z-index:1;	
	left:423px;
	background-image:url(/assets/1/select_bg.gif);
	background-repeat: no-repeat;
}
#portfoliomenu a {
	text-decoration: none;
	color: #000;
	display: block;
	padding-left:10px;
	cursor:default;
}
#portfoliomenu a:hover {
	color: red;
	background: url(/assets/1/select_nav_over.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#portfoliolabel {
	position:relative;
	margin-top:18px;
	margin-left:14px;
	float:left;
	font-weight: bold;
}
#portfoliocontent {
	width:320px;
	height: 370px;
	margin-top: 19px;
	margin-left: 10px;
	margin-right: 33px;	
	position: absolute;
	z-index:0;
	border:0px dotted green;	
	overflow: hidden;
}
#cvbox{
	padding-left:12px;
	position:absolute;
	bottom:0px;
	left:0;
	width: 330px;
}
#formsbmitbox{
	padding-left:0px;
	position:absolute;
	bottom:65px;
	width:300px;
}

#newsnav{
	margin-left:22px;
	position:absolute;
	left: 250px;


	bottom:63px;
	width:330px;
}

#newsnav img{

	border: 0; 
}

#entervandals{
	margin-left:-10px;
	position:absolute;
	bottom:-19px;
	z-index: 1000;
}


textarea.inp, input.inp{
 width: 290px;
 background: #FFFFFF;
font-family: "Century Gothic","Helvetica",sans-serif;
font-size: 10px;
 color: #333333;
padding: 3px;
 margin: 10px 0 12px 0;
 outline: none;
border-style:solid;
border: thin solid #EFEFEF;
}
textarea.inp{
height: 90px;
}

#toplinks img {
cursor: pointer;
}

#cvbox img {
cursor: pointer;
}

