@charset "UTF-8";
/* SCI v2010 General CSS Document 
ShockCultureMedia - 2010
http://shockculturemedia.com*/
body {
	background: #FFFFF2 url(../images/back.png) top left repeat-x;
	margin:50px 0 0 0;
}
#main {
	width:800px;
}
#header {
	height: 125px; 
	background: none;
}
#headText {	
	margin:0 auto;
	padding:0;
	color: #fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 18px;
}

/* ------------- START NAVIGATION STYLES --------------- */

/* ------------- END NAVIGATION STYLES --------------- */
#main {
	text-align:left;
	background:none;
	padding:0;
	margin:0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	overflow: hidden;
}
.modText {
	text-align:left;
	margin: 0 0 10px 20px;
	padding:0;
	color: #000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
}
img {
	border:0;
}
p {
	margin:10px 0 10px 0;
	padding: 0;
	text-align:left;
}
ul {
	margin:10px 0 10px 30px;
	padding: 0;
	text-align:left;
}
ol {
	margin:10px 0 10px 30px;
	padding: 0;
	text-align:left;
}
/*heading/sub-heading text styles*/
h1 {
	text-align:left;
	color: #000066;
	background: none;
	margin: 10px 0 10px 0;
	font-size: 20px;
	line-height:24px;
	letter-spacing: 1px;
	font-weight: bold;
}
h2 {
	text-align:left;
	color: #000000;
	background: none;
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height:20px;
	letter-spacing: 1px;
	font-weight: bold;
}
h3 {
	text-align:left;
	color: #000000;
	background: none;
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height:18px;
	letter-spacing: 1px;
	font-weight: bold;
}
/*general link styles*/
a:link, a:visited {
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color: #000066;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #336699;
}
/*footer styles*/
#footer {
	text-align: center;
	margin: 0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
}
#footer a:link, #footer a:visited {
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color: #000066;
}

#footer a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
