@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background:#000 url(2008/images/bg_main.gif) repeat-y;

}

p {
	color:#CCCCCC;
}

p a:link {
	color:#fff;
	text-decoration:none;
}

p a:visted {
	color:#fff;
}

p a:hover {
	color:#fff;
	text-decoration:underline;
}

#mainNav {
  list-style: none;
}


li {
	color: #ffffff;
	line-height: 30px;
	}

li a{
	font-size:11px;
	color: #ADADAD;
	text-decoration: none;
	font-weight:bold;
	}
	
li a:hover{
	color: #ffffff;
	text-decoration: none;
	}
	
li .linestyle a:hover{
	color: #FF0000;
	text-decoration: none;
	}
	
	

h1 {
  font-size: 2.4em;
  font-weight: normal;
}


p, li {
	font-size: 1.2em;
}

h1, h2, p {
  margin: 1em 0;
}

#branding {
  height: 50px;
  background-color:#b0b0b0;
  padding: 20px;
}

#branding h1 {
  margin: 0;
}



#secondaryContent h2 {
	font-size: 25px;
	margin: 0;
	color: #CCCCCC;
	font-weight: normal;
}

#secondaryContent p {
	font-size: 16px;
}

#footer {
  padding: 1px 20px;
}

/* The Core Technique
================================= */

body {
	text-align: center;
	background-color: #000000;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
}

#wrapper {
	text-align: left;
	width: 1067px;
	float: left;

}

#mainNav {
	width: 250px;
	float: left;
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 0px 40px;
}



#content { 
  width: 520px; 
  float: right; 
}

#mainContent {
	width: 600px;
	margin: 0;
	float: left;
	background-image: url(../images/home_main_v2.jpg);
	background-repeat:no-repeat;
	height: 450px;
	margin-top: 20px;
	background-color:#000000;
}

#secondaryContent {
	width: 625px;
	margin: 0;
	float: left;
	height: 650px;
	margin-top: 20px;
	padding: 0;
	background-color: #000000;
}



#footer { 
  clear: both; 
} 

/* Add some padding */


.subnav {
	margin-left:35px;
	}

