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

basic layout

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

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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#333333;
}

.pagebckgnd {

	background-image:url(../images/template_images/site_bckgnd.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
}

div,
td,
p {

	font-size:12px;
	line-height:18px;
	color:#FFFFFF;
}
a {
	font-size: 12px;
	color: #AEFEF2;
	font-weight:normal;
}
a:link {
	text-decoration: none;
	font-weight:normal;
}
a:visited {
	text-decoration: none;
	color: #AEFEF2;
}
a:hover {
	text-decoration: underline;
	color: #AEFEF2;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color:#FFFFFF;
}
.style1 {
	color: #FFFF00;
	font-weight: bold;
}
.style2 {
	color:#CCCCCC;
	font-size:10px;
}
.style3 {
	color:#000000;
	font-size:10px;
}
.stylerightcol {
	color:#FFFFFF;
	font-size:10px;
}

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

template layout

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

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

#pagecontainer {

	width:1000px;
	margin: 0 auto;
	padding:0;
	text-align: left;
}

/**

hold background, it should be float:left

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

**/

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

#header {
	position:relative;
	float:left;
	width:1000px;
	height:130px;
}

#logo {
	position:relative;
	float:left;
	width:320px;
	height:165px;
	margin-top:0;
}

#phone {
	float:left;
	position:relative;
	width:260px;
	height: 85px;
	margin:50px 0 0 70px;
}

#picture-top {
	position:relative;
	float:right;
	width:300px;
	height:220px;
	margin-top:0;
	z-index:20;
}

/** div container for content body **/

#container_main {
	position:relative;
	float:left;
	width:1000px;
	height:auto;
	margin-top:30px;
}

#menu {
	position:relative;
	float:left;
	width:192px;
	height:261px;
	margin:0 0 0 28px;
}

#middlecol {
	position:relative;
	float:left;
	width:590px;
	height:auto;	
	z-index:40;
	margin-left:20px;
	padding-right:10px;
}

#rightcol {
	position:relative;
	float:right;
	width:155px;
	height:auto;	
	z-index:40;
	margin-top:40px;
	padding-left:5px;
}

#picture-bottom {
	position:static;
	float:left;
	width:380px;
	height:180px;
	margin-top:0px;
	margin-left:-40px;
	z-index:10;
	vertical-align:top;
}

#picture-border {
	background-image:url(../images/picture-border.png);
	height:200px;
	width:150px;
	padding:11px 16px 13px 14px;
}

#footer {
	position:relative;
	float:left;
	text-align:center;
	width:1000px;
}

