body {
	background-color:#A186BE;
	margin:0;
	color:#F2D46B;
}

div,
td,
p {
	font-size:18px;
	line-height:22px;
	color:#333333;
	font-family:Verdana, Arial;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#FF0000;
}

a:hover {
	text-decoration:underline;
}

img.right {
	float:right;
	padding:5px;
}

img.left {
	float:left;
	margin:5px 5px 5px 5px;
}

.clear {
	clear:both;
}

/* ---------------------
layout
--------------------- */

/** wrapper to make the page center **/
#container {
	width:1024px;
	margin: 25px auto;
	padding:0;
	text-align: left;
}


/**
hold background, it should be float:left
that's way we can not put it in #container
**/
#containerbg {
	width: 1024px;
	background:transparent url(../images/bodybackground.gif) repeat-y left top;
	float:left;
}

/** div container for image header **/
#imgheader {
	position:relative;
	float:left;
	clear:left;
	width:1024px;
	height:148px;
	background-color: #000000;
}

#imgheader img {
	padding:0;
	margin:0;
	vertical-align:bottom;
}

#container_inner {
	position:relative;
	float:left;
	clear:left;
	width:1024px;	
}

/** div container for left column **/
#leftcol {
	position:relative;
	float:left;
	clear:left;
	width:248px;
	margin:20px 0 20px 0;
}

/** div container for mainbody **/
#content_main {
	position:relative;
	float:left;
	width:725px;
	margin:20px 10px 20px 10px;
	background-color:#FFFFFF;
	overflow:auto;
	word-wrap:break-word;	
}

#bottompadding	{
	position:relative;
	width:760px;
	display:block;
	height:20px;
	margin-top:-100px;
}

.footer {
	clear: both;
	height: 20px;
	color: #666666;
	text-align: left;
	line-height: 18px;
}

.footer p {
	font-size: 10px;
}

.footer a,
.footer a:link,
.footer a:active,
.footer a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}