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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}
a {
	text-decoration: none;
	color: #FD1745;
}
a:hover {
	text-decoration: underline;
	color: #D460B1;
}
h2, h1, h3 {
	color: #D460B1;
	font-size: 1.2em;
	font-weight: bold;
}
h1 {
	font-size: 0.6em;
	padding: 0px;
	margin-top: -10px;
}
h3 {
	font-size: 1.5em;
}
#wrap{
	margin: 0 auto;
	width: 900px;
	border: thin solid #CCCCCC;
}
#seotxt {
	height: 10px;
	width: 100%;
	background-image: url(images/seotop_grad.gif);
	background-repeat: repeat-x;
}
#header{
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(images/top_grad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 200px;
}

#logo {
	float: left;
	width: 400px;
	padding: 10px;
}
#border img{
float:right;
padding-top:5px;
}

/******************** Top content ********/
#mainimg{
	float: left;
	height: 250px;
	width: 554px;
}
#toptxt{
	height: 230px;
	width: 326px;
	float: left;
	padding: 10px;
	background-image: url(images/gradient5.jpg);
	background-repeat: repeat-x;
}
#maincon{
	float: left;
	width: 534px;
	height: 100%;
	min-height:380px;
	background-color: #ede9d0;
	padding: 10px;
	background-image: url(images/gradient4.jpg);
	background-repeat: repeat-x;
}
#sidecon{
	float: left;
	width: 346px;
}
#sidecon img{
	width: 150px;
	height: 200px;
	float: left;
}

#sidetxt1{
	height: 180px;
	width: 176px;
	float: left;
	background-color: #ede9d0;
	padding: 10px;
	background-image: url(images/gradient2.jpg);
	background-repeat: repeat-x;
}

#sidetxt2{
	height: 180px;
	width: 176px;
	float: left;
	padding: 10px;
	background-image: url(images/gradient7.jpg);
	background-repeat: repeat-x;
}
#sidetxt2 img{
height:44px;
width:152px;
}
/******************** Footer ************/
#footer{
	clear: both;
	background-color:#FD1745;
	height: 100%;
}
#footer h2{
	text-align: center;
	color: #FFFFFF;
}
#footer h3{
	text-align: center;
	color: #FFFFFF;
	font-size: 1em;
}
#footer h4{
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8em;
}
#footer ul{
	color:#000000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer ul li{
	display: inline;
	padding-right: 3px;
	padding-left: 3px;	
}

#footer ul li a{
	color: #FFFFFF;
	font-size: 9px;
}
#footer li a:hover{
	color: #FFFFFF;
	font-size: 9px;
}

#bottext ul{
	list-style-type: disc;
	margin-left: 20px;
}
#bottext ul li{
	margin-bottom: 10px;
}
#bottext {
	padding: 15px;
}