@CHARSET "US-ASCII";

#layout {
	position: relative;
	width: 1005px;
	margin: 0 auto;
	text-align: left;		
}


#layout img {
	position: absolute;
	border-width: 0px;
}


/*** HEADER ***/

#header {
	position: relative;
	width: 1005px;
	height: 189px;
	
}


#layout_x0y0 {	
	left: 0px;
	top: 0px;
	width: 1005px;
	height: 45px;
}

#layout_x0y1 {	
	left: 0px;
	top: 45px;
	width: 30px;
	height: 144px;
}

#layout_x1y1 {	
	left: 30px;
	top: 45px;
	width: 218px;
	height: 144px;
}

#layout_x2y1 {	
	left: 248px;
	top: 45px;
	width: 509px;
	height: 84px;
}

#layout_x3y1 {
    left: 757px;
    top: 45px;
    width: 216px;
    height: 144px;
}

#layout_x4y1 {
    left: 973px;
    top: 45px;
    width: 32px;
    height: 144px;
}
                
#layout_x2y2 {
    left: 248px;
    top: 129px;
    width: 509px;
    height: 60px;
}
                

/*** MENU ***/

#menu {
	position: relative;	
	width: 995px;
	height: 59px;
	background: black;
}


#layout_menu_left_border {	
	left: 0px;
	top: 0px;
	width: 21px;
	height: 59px;
}

#layout_menu_right_border {	
	left: 986px;
	top: 0px;
	width: 19px;
	height: 59px;
}


/*** CONTENT ***/

#wrapper1 {
	width:1005px;
	position:relative;
	text-align:left;
	background:url("../images/template/content_border_right.png") repeat-y top right;
	background-color: black;	
}

#wrapper1 p {
	margin-top: 0;	
}

#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/template/content_border_left.png") repeat-y top left;
	
}
	

#maincol {
	position:relative;
	margin:0;
	padding:0;
	}
	
#leftcol { 
	position:relative;
	top:0;
	left:0;
	float:left;
	width:30px;
	margin-top:0;
	padding:0;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:0px;
	right:0px;
	float:right;
	width:29px;
	margin-top:0;
	padding: 0;
	z-index:99;
	}
#centercol {
	position:relative;
	margin-top:0;
	padding:0;
}

#content {
	position: relative;
	left: 30px;
	width: 905px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	color: #CCCCCC;	
}

#content img {
	position: relative;
	margin: 5px;
	padding: 0;
}

/*** FOOTER ***/


#layout_footer_left_border {	
	left: 0px;
	top: 0px;
	width: 30px;
	height: 130px;
}

#layout_footer_right_border {	
	left: 976px;
	top: 0px;
	width: 29px;
	height: 130px;
}

#layout_footer_bottom {	
	left: 0px;
	top: 130px;
	width: 1005px;
	height: 37px;
}


#footer {
	position:relative;
	top:1px;
	width:100%;
	height: 130px;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:left;
	background: url("../images/template/Footer.jpg") repeat;
	
	font-family: "lucida sans", tahoma, verdana;
	color: white;	
	font-size: 12px;
	
}	

#footer_container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	color: #bbbbbb;
}

.footer_column {
	width: 200px;
	float: left;
	text-align: left;	
}

.footer_column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer_column li {
 	margin-top: 2px;
}

#copyright {	
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #cccccc;
	font: 10px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

#bottom_icons {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

	
