/* CSS Document */


body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

a {
	text-decoration: none;
	color: #75043D;
}

a:hover {
	border: none;
}

#topsection{
background: #ffffff;
height: 250px; /*Height of top section*/
}

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

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

#contentcolumn{
margin: 0 25% 0 20%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#contentcolumn h1{
	color:#6666CC;
	font-size:36px;
	text-align: left;
	text-decoration: none;
	line-height: 1em;
}
#contentcolumn h2{
color:#6666CC;
font-size:18px;
}
#leftcolumn{
float: left;
width: 20%; /*Width of left column in percentage*/
margin-left: -100%;
background: #FFFFFF;
}
#menu {
	float: left;
	background-color:#FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 10px 5px 10px;
	letter-spacing: 0px;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	background: #A73E81;
	color: #999999;
}

#menu .current_page_item a {
	background: #A73E81;
	padding: 15px 30px 16px 30px;
	color: #666666;
}

#rightcolumn{
float: left;
width: 25%; /*Width of right column in pixels*/
margin-left: -25%; /*Set margin to that of -(RightColumnWidth)*/
background: #FFFFFF;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a {
	padding: 2px 7px;
	color: #FFFFFF;
	font-size:9px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-weight: bold;
}


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