/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
background:#000 url(media/body_bg.jpg) top left repeat-x; 
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 203px; /*Height of top section*/
width: 840px;
background:#000 url(media/logo_2.jpg) top left no-repeat; 
}

#topsection h1{
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: #000;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #000;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #CCC;
text-align: center;
padding: 4px 0;
border-top: 1px dotted #FFFF00;
font-family: Arial, Verdana, san serif;
font-size: 12px;
font-style:italic;

}

#footer a{
font-family: Arial, Verdana, san serif;
font-size: 12px;
font-style:italic;
color: #FFFF00;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
} 

p {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
line-height: 1.7em;
color: #CCC;
}

h1 {
font-family:"Times New Roman", Times, serif;
font-size: 1.4em;
color: #CCC;
margin-bottom: 3px;
border-bottom: 1px dotted #FFFF00;
font-style: italic;
}

h2 {
font-family: "Times New Roman", Times, serif;
font-size: 1.2em;
color: #FFFF00;
margin-bottom: 3px;
font-style: italic;
}

h3 {
font-family: "Times New Roman", Times, serif;
font-size: 1.1em;
color: #CCC;
margin-bottom: 3px;
font-style: italic;
}

h3.right {
	padding-left:20px;
	}
	
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	color: #CCC;
 	border-bottom: 1px dotted #D7A50A;
	padding-top: 10px;
}

/** Left Column Links **/
.block {
	width: 165px; 
	padding-bottom: 15px;
	padding-top: 20px;
	padding-left: 0px;
	border-right: 1px dotted #FFFF00;
	}

.block ul {
	margin: 0; 
	padding: 0 5px 0 0px; 
	list-style-type: none;
	}

.block ul li {
	padding: 5px 0 5px 5px; 
	display: block; 
	border-bottom: 1px dotted #FFFF00; 
	font-size: 14px; 
	color: #FFFF00; 
	line-height: 1.7em; 
	}

.block ul li:hover {
	color: #CCC;
	background-color: #000;
	}

/** Link Info **/
a {
	text-decoration: none; 
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFF00; 
	background-color: #000; 
	}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCC; 
	background-color: #000;
	}
/** Images in row**/
.plans {
float: left;
padding: 5px;
background-color: #CCC;
border: 1px solid #666;
text-align: center;
margin-bottom: 10px;
margin-right: 10px;
}

