/* CSS Document	*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	text-align:left;
	background:url(../images/background.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	}
	
h3 {
	color:#C00;
}

a:link {
	color: #C00;
}
a:hover {
	color: #C00;
}
a:visited {
	color: #C00;
}

#wrapper{
	position:absolute;
	width:1180px;
	height:850px;
	border:0px;
}
#header_left {
	height:175px;
	float:left;
	padding:0px 0px 0px 0px;
	margin: 0px;
}
#header_right {
	height:155px;
	float:right;
	padding:20px 25px 0px 0px;
	margin: 0px;
}

/*Middle*/
#internal{
	float:left;
	overflow:auto;
	height:550px;
	width:777px;
	margin:25px 0px 0px 5px;
	}
/*Left */
#menu {
	float:left;
	width:15%;
	padding:0px 0px 0px 10px;
	overflow:hidden;
	}
#menu img{
	padding:5px;
	}
/*Right*/	
#ad {
	float:right;
	width:15%;
	padding:30px 20px 0px 0px;
	display:inline;
	}
	
#footer{
	text-align:center;
	padding-top:20px;
	
}

#footer a{
	color:#000;
	font-size:14px;
	text-decoration:none;
	
}
