/****************
Author: Henry Rose
Email: henryrose@gmail.com
****************/

/** GENERAL.CSS **/

/** typeography **/
body {
	font: normal 16px/16px arial;  
	font-size:14px; 
	}


h2{
	font-size:2em;
	line-height:1.5em; 
	}



/**** Header ****/
#header {
	background:#3A2699;
	padding-left:10px; 
	}

#header h1 a{
	font-size:3em; 
	line-height:1.5em; 
	color:#FFDC49;
	margin-left:300px;
	text-decoration:none;
	}
	
#header p{
	color:#FFDC49;
	margin-left:280px;
}

/***Left***/
#left{
	background:#4019FF;
	color:#FFDC49;
}

#left input{
	margin:2px;
}

#left  h4{
	font-size:1.5em;
	line-height:0.75em;
	color:#FFDC49;
	margin:10px 0pt 10px;
}

#left ul li{
	margin-bottom:3px;
}

#left a{
	color:#FFDC49;
}

#left img{
	margin-top:10px;
}

/***Mid***/
#mid h3{
	margin:15px 0pt 10px;
	font-size:1.5em;
	line-height:0.75em;
}

#mid h4{
	margin:5px 0pt 0pt;
	font-size:1.2em;
	line-height:1em;
}

#mid h5{
	margin:5px 0pt 5px;
	font-size:1.2em;
	line-height:1em;
}

#mid ul li a{
	margin-left:5px;
}

#mid p{
	margin:5px 5px 10px;
}

/***News***/

#news h6{
	margin: 0pt 0pt 5px 5px;
}

#news a img{
	text-decoration:none;
}

img.news{
	float:left; 
	margin-right:20px; 
	}
/***Right***/

#right{
}

/***Footer***/
#footer p{
	margin-left:300px;
}