body{
	text-align: center;
	font-size: 14px;
	font-family: Arial, verdana;	
	background-color: #000;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

/* Remove padding and margin */ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.clear{ 
    clear:both; 
} 

.right{ 
    float: right; 
} 

.left{ 
    float: left; 
}


#wrapper{
	margin: 0 auto;
	width: 1120px;	
	text-align: left;
	color: #000;
}


#site{
	float: left;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-y;	
}

#site.home #header{
	float: left;
	height: 476px;
	width: 890px;	
}

#menu{
	width: 170px;	
	float: left;
	background-color: #ff6600;
	min-height: 100%;
	padding: 30px 30px;
}
#menu h2 a:hover,
#menu h2 a,
#menu h2{
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#menu ul{
	margin-top: 30px;
	font-size: 16px;	
}
#menu ul li{
	margin-bottom: 10px;
}

#menu ul li a{
	color: #fff;
	text-decoration: none;	
}
#menu ul li a:hover{
	color: #fff;
	text-decoration: underline;	
}

#menu ul li a.active{
	color: #000;	
}

#menu ul.submenu{
	margin-top: 10px;
	font-size: 15px;	
}
#menu ul.submenu li{
	margin-bottom: 5px;
	padding-left: 10px;
}
	
#menu .banner{
	margin-top: 30px;
	padding: 5px;	
	float: left;
	background-color: #fff;
}

#main{
	width: 890px;	
	float: left;
	background-color: #fff;
}

#header{
	width: 890px;	
	float: left;
}

	#header .highlight{
		background-color: #000;
		color: #fff;
		opacity: 0.7;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	
		position: absolute;
		z-index: 100;
		top: 250px;
		width: 500px;
		font-size: 29px;
		line-height: 40px;
		margin-left: 30px;
	}

#content{
	width: 830px;	
	float: left;
	padding: 30px;
	line-height: 20px;
	background-image: url("../images/dotted-line.jpg");
	background-repeat: repeat-x;	
	background-position: left bottom;
	margin-bottom: 30px;
}


#content ul{
	list-style: disc;
	margin-left: 20px;
}
#content ul li{
	margin-top: 10px;	
}
a{
	color : #0099cc;
	text-decoration: none;	
}
a:hover{
	color : #0099cc;
	text-decoration: underline;	
}

h1{
	color:#000;
	font-size: 24px;
	line-height: 24px;	
	margin-bottom: 20px;
	font-weight: bold;
}
#header h1{
	font-size: 40px;	
	line-height: 40px;
	margin: 10px 20px;	
}

h1 span{
	font-weight: normal;	
	font-size: 18px;
	margin-left: 20px;
	color: #333333;
}

#footer{
	width: 860px;	
	float: left;
	padding: 30px;
}

#footer .tweet{
	float: left;
	width: 228px;	
	margin-right: 30px;
}

#footer .tweet .days{
	float: left;
	width: 228px;	
	background-image: url("../images/tweet-icon.jpg");
	background-repeat: no-repeat;	
	height: 26px;
	padding-left: 35px;
	line-height: 26px;
}
#footer .tweet .text{
	float: left;
	width: 198px;
	height: 144px;
	background-image: url("../images/tweet-back.jpg");
	background-repeat: no-repeat;	
	padding: 25px 15px 0px 15px;
	font-style: italic;
	color: #333;	
	line-height: 20px;
}

#footer .footer-navigation{
	float: right;
	margin-right: 20px;	
}
