/* ---------------------

basic layout

--------------------- */
* {

	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.pagebckgnd {
	background-image:url(../images/template_images/background_1.gif);
	background-repeat:repeat;
	margin:0;
}

div,
td,
p {

	font-size:12px;
	line-height:18px;
	color:#FFFFFF;
}
a {
	font-size: 12px;
	color:#666666;
}
a:link {
	text-decoration: none;
	color: #E3D19B;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
}
h2 {
	font-size: 12px;
	color: #E3D19B;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/* ---------------------

template layout

--------------------- */

/** wrapper to make the page center **/

#pagecontainer {
	position:relative;
	width:1000px;
	margin:10px auto;
	padding:0;
	text-align:left;
}

/**

hold background, it should be float:left

that's way we can not put it in #container

**/

#containerbg {
	background-image:url(../images/template_images/container_main_background2.jpg);
	position:relative;
	width:1000px;
	float:left;
	top:0;
	left:0;
}

/** div container for top box. position:top **/

#top {

	position:relative;
	float:left;
	clear:left;
	width:1000px;
	height:45px;
}

/** div container for top menu. position:top **/

#topmenu {

	position:relative;
	float:left;
	clear:left;
	width: 100%;
	height:55px;
	text-align:left;
}

/** div container for content body **/

#container_main {
	position:relative;
	float:left;
	clear:left;
	width:1000px;

}

#footer {
	position:relative;
	float:left;
	clear:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	width:1000px;
	height:135px;
}


