@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; }

body{
	padding:0px;
	margin:0px;
	background:url(images/main-bg.gif) 0 0 repeat-x #fff;
	color:#666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1 em;;
	line-height: 1.5em;
}
div, p, ul, form, label, h2, h3, h4, img{padding:0px; margin:0px;}
ul{list-style-type:none;}
a {
	text-decoration: none;
	color: #FD1745;
}
a:hover {
	text-decoration: underline;
	color: #D460B1;
}
h2, h1, h3 {
	color: #F26122;
	font-size: 1.2em;
	font-weight: bold;
}
h1 {
	font-size: 0.6em;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 7px;
}
/*----TOP PANEL----*/
#topPan{
	width:780px;
	height:184px;
	background:url(images/header.jpg) 0 0 no-repeat;
	position:relative;
	margin-bottom: 10px;
}

/*----/TOP PANEL----*/
#wrap{
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/******************** Top content ********/

#toptxt{
	height: 240px;
	width: 880px;
	padding: 10px;
	background-color: #E2DC7E;
	clear: both;
}
#toptxt img{
	float:left;
	width:310px;
	height:210px;
	margin-right: 15px;
	margin-top: 6px;
}
#button img{
width:152px;
height:44px;
}
#maincon{
	float: left;
	width: 520px;
	height: 390px;
	padding: 10px;
	background-color: #F3D6A1;
	margin-right: 10px;
	margin-top: 10px;
}
#sidecon{
	float: left;
	width: 350px;
}
#sidecon img{
	width: 183px;
	height: 200px;
	float: left;
	margin-top: 10px;
}

#sidetxt1{
	height: 180px;
	width: 145px;
	float: left;
	padding: 10px;
	background-color: #F3D6A1;
	margin-left: 2px;
	margin-top: 10px;
}

#sidetxt2{
	height: 180px;
	width: 145px;
	float: left;
	padding: 10px;
	background-color: #E2DC7E;
	margin-right: 2px;
	margin-top: 10px;
}
#sidetxt2 img{
	width:145px;
	height:44px;
	margin-top: -3px;
}

/*----FOOTER PANEL----*/
#footermainPan{
	height:110px;
	background:url(images/footerbg.gif) 0 0 repeat-x #F1F1F1;
	color:#585858;
	clear:both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footerPan{
	width:100%;
	position:relative;
	padding:0;
}
#footerPan H2, H3{
text-align: center;
}


#footerPan ul{
	width:920px;
	height:21px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
#footerPan li{display: inline;}
#footerPan ul li a{
	color:#585858;
	background:#F1F1F1;
	text-decoration:none;
	font-size:9px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}
#footerPan ul li a:hover{text-decoration:underline;}

/*----/FOOTER PANEL----*/

