/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 font-size: 12px;
 background: white;
 color: #353437;
 }
 a{
text-decoration:none;
color: #425f95;
background: transparent;
}
 a:hover{
text-decoration:none;
color: #638fe4;
background: transparent;
}
hr{
color: #f60;
background-color: #f60;
height: 1px;
border: 0 none;
}	
li {
list-style:none;
color: #515254;
background: transparent;
}

li a {
font: 12px Arial, Helvetica, sans-serif;
color: #425f95;
background: transparent;;
} 
 
li a:hover {
color: #638fe4;
background: transparent;
}
.contentpaneopen {
color: #58585A;
background: transparent;
}
span.contentbig {
color: #a93427;
background: transparent;
	font-size: 16px;
	
}
#wrapper { 
 margin: 0 auto;
 width: 100%;
 background: white;
}
#header {
 width: 100%;
 height: 45px;
 color: #333;
 float: left;
 background: transparent;
}
#center {
 width: 100%;
 color: #333;
 float: left;
 background: transparent;
 
}
#content {
 width: 650px;
 color: #333;
 float: left;
 background: transparent;
 
}
#cv {
width: 950px;
 color: #333;
 background: transparent;
 padding-top: 50px;
 margin: 0 auto;
}
#leftimg{
	width: 298px;
}
#mainimg{
	background: url(images/mainimage.jpg) no-repeat;
	width: 354px;
	height: 512px;
	margin: auto;
	z-index: 10;
}
#rightimg{
	width: 298px;
}
#menu_2 {
	background:transparent;
	width: 179px;
	height: 509px;
	float: left;
	z-index:-1;
}
#menu_2 a{
	display: block;
	width: 179px;
	height: 509px;
	color: white;
	text-decoration: none;
	z-index:-1;
}
#menu_2 a span{
position: relative;
	z-index:-1;
}
#menu_2 a:hover,
#menu_2 a:focus {
	background: url(../css/images/cv.png) no-repeat;
}
#menu_3 {
	background:transparent;
	width: 165px;
	height: 512px;
	float: left;
}
#menu_3 a{
	display: block;
	width: 165px;
	height: 512px;
	color: white;
	text-decoration: none;
}
#menu_3 a:hover,
#menu_3 a:focus {
	background: url(../css/images/portfolio.png) no-repeat;
}
#menu_3 a span{
position: relative;
	z-index:-1;
}
#menu_lf {
	background: url(../css/images/leftimg.png) no-repeat;
	width: 150px;
	height: 512px;
	float: left;
}
#menu_lf a{
	display: block;
	width: 150px;
	height: 512px;
	color: white;
	text-decoration: none;
}
#menu_lf a span{
position: relative;
	z-index:-1;
}
#menu_rg {
	background: url(../css/images/rightimg.jpg) no-repeat;
	width: 150px;
	height: 512px;
	float: left;
}
#menu_rg a{
	display: block;
	width: 150px;
	height: 512px;
	color: white;
	text-decoration: none;
}
#menu_rg a span{
position: relative;
	z-index:-1;
}
/* menu categories*/

#left2 h3{
color: #515254;
text-decoration: none;
}
#menu a{
color: #636363;
text-decoration: none;
font: 13px Arial, Helvetica, Geneva, "Helvetica Neue", sans-serif;
display: block;
float: left;
padding: 0 10px 0 10px;
}
#menu a:hover,
#menu_active a{
color: #fff;
text-decoration: none;
font: 13px Arial, Helvetica, Geneva, "Helvetica Neue", sans-serif;
background: #636363;
display: block;
float: left;
padding: 0 10px 0 10px;
}
#menu p{
text-decoration: none;
font: 13px Arial, Helvetica, Geneva, "Helvetica Neue", sans-serif;
display: block;
float: left;
padding: 0 10px 0 10px;
}






#portfolio {
background: black;
}






