@charset "utf-8";


/* RE-SETS */

* {
	margin: 0px;
	padding: 0px;
}

a img { border: none; }

#page-wrap {
	margin: auto;
	width: 1000px;
}

/*MAIN */

body {
	background-color: #FFFFFF;
}

#header {
	background-image: url(../image/dev.jpg);
	background-repeat: no-repeat;
	height: 534px;
	width: 1000px;
	background-attachment: scroll;
	background-position: center top;
	
}


#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	height: auto;
	width: 700px;
	padding: 15px;
	line-height: 13px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #262221;
}

h1  {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	display: inline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 13px;
	text-decoration: underline;
	color: #575350;
	font-variant: small-caps;
}
#hair  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 240px;
	float: right;
	color: #000000;
	line-height: 12px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: auto;
}
#hair p {
	text-align: right;
	padding-right: 20px;
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-left-width: medium;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 20px;
}


#nav {
	height: 20px;
	background-color: #262221;
	border: 2px dotted #999999;
}











/* TOP NAVIGATION */

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 39px;
	padding: 6px;
	outline:none;
	color: #FFFFFF;
}

#nav a:hover, a:active, a:visited {
	text-decoration: line-through;
	color: #FFFFFF;
}




/* LOWER NAVIGATION */


#footer {
	border-top-color: #000000;
}
#footer img {
}
#info a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
#info a:hover, a:visited, a:active {
	text-decoration: line-through;
	color: #000000;
}









					  
					  
					
#hair a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#hair a:hover {
	text-decoration: line-through;
}					  
					  
					  
#content img {
	text-decoration: none;
	border:none;
	outline:none;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
#hair img {
	text-decoration: none;
	border:none;
	outline:none;
	padding-left: 10px;
}
