﻿/************* GENERAL CSS ************/

body {

	margin: 0px;
	padding: 0px;
	background:  url(images/bg.jpg) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
	font-size:12px;
}

/************* HEADER STUFF ************/

#header {
 play-during:repeat;
	width:990px;
	height: 900px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align:center;
	color: blue;
	font-size: 3em; font-style:italic;
	/*text-transform: normal;*/
}

#header h2 {
    font-family:Mistral;  
    color:green; 
    font-style:italic; 
    text-align:center;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 1.5em;
	
	
}

/************* MENU ************/

#menu {
	width: 990px;	
	margin: 0px auto;
	padding: 0px 0px 5px 0px;
	background-color: #000000;
	
}

#menu ul {
	margin: 0px;
	padding: 20px;
	text-align: center;
}

#menu li {
	display:inline-block;
	color:white;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;	
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}


/************* CONTENT ************/

#content {
	width: 990px;	
	margin: 10px 0px;
	padding: 30px 0px 0px 0px;
    background:red;/*red to black*/ 
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
	color:white;
}

#left {
  
	float: left;
	width: 480px;	
	background:black;padding: 0px 20px 40px 20px;
	border:thick;border-color:blue;
}
#middle {
    background:black;
	float: right;
	width: 300px;	
	padding: 0px 20px 40px 20px;
	
	
}


#iframe
{
	 width:450px; height:600px; background:white;
}

#right {
    background:black;
	float: right;
	width: 210px;
	height:655px;
	padding: 0px 40px 40px 10px;
	
	
}

#right ol
{
	
	 list-style:upper-roman;
	 outline-color:white;
	 color:purple;
}
/************* FOOTER ************/

#footer {

	clear: both;
	width: 990px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(images/back-footer2.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}