/* (c)2011 CZDesignz */

body{
	background-color: #000000;
	background-image: url("images/background.jpg");
	background-position: top center;	
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
}

#wrapper{
	background-image: url("images/contentbg.png");
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding: 20px;
	font-family: Tamoha, Arial;
	font-size: 12px;
	color: #cccccc;
	}
	
#head{
	width: 100%;
	font-size: 50px;
	padding: 20px;
	}
	
a, a:link, a:hover, a:visited{
	color: #cccccc;
	text-decoration: none;
}

a:hover{
	color: #7755bb;
}

#head a:hover{
	color: #cccccc;
	}

#nav{
	width: 100%;
	font-size: 14px;
	}
	
#nav a, #nav a:link, #nav a:hover, #nav a:visited{
	padding: 20px;
	font-weight: bold;
	}
	
#content{
	width: 100%;
	padding-top: 20px;
	}

#content h1{
	font-size: 20px;
	/*font-weight: bold;*/
	}
	
#content h2{
	font-size: 14px;
	font-weight: bold;
	}
	
#content #subnav{
	text-align: center;
	width: 100%;
	font-style: italic;
	}
	
#portfolio{
	border: 0px solid #000000;
	text-align: center;
	width: 50%;
	float: left;
	padding: 5px 0px 5px 0px;
	}
	
#portfolio img{
	border: none;
	}

#foot{
	width: 100%;
	font-size: 10px;
	text-align: center;
	}
