/* CSS Document */

/* 'Sumter Printing', by Osmosis Technologies, */

body{
	font-family: Tahoma;
	font-size: 11px;
	color:#4E4E43;
	margin: 0px;
	background-color:#8D8D78;
}

#container{				
	width: 646px;
	position: absolute; 
	left:50%;
	margin-left:-323px;
}

/* Top Bar Begin */

#header_area {
	width: 646px;
	height: 119px;
	padding: 0;
	position:relative;
}

#head_image1 {
	width: 214px;
	height: 119px;
	position:relative;
	float:left;
}

#head_image2 {
	width: 218px;
	height: 119px;
	position:relative;
	float:left;
}

#head_image3 {
	width: 214px;
	height: 119px;
	position:relative;
	float:left;
}

/* Top Bar End */

/* Universe Bar Begin */

#universe_area {
	width: 646px;
	height: 145px;
	padding: 0;
	position:relative;
}

#uni_1 {
	width: 323px;
	height: 145px;
	position:relative;
	float:left;
}

#uni_2 {
	width: 323px;
	height: 145px;
	position:relative;
	float:left;
}

/* Universe Bar End */

/* Menu Begin */

#menu_area {
	width: 646px;
	height: 40px;
	position:relative;
	background-image:url(../images/sp_one_r3_c2.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

/* Menu End */

/* Content Area Begin */

#cont_top_break {
	width: 646px;
	height: 16px;
	position:relative;
}

#cont_content {
	width: 646px;
	position:relative;
	background-image:url(../images/sp_one_r5_c2.jpg);
	background-repeat:repeat-y;
}

#contact_content {
	width: 646px;
	position:relative;
	background-image:url(../images/sp_one_r5_c2.jpg);
	background-repeat:repeat-y;
}

#cont_area {
	width: 622px;
	position:relative;
	left:12px;
}

#contact_area {
	width: 622px;
	height: 190px;
	position:relative;
	left:12px;
}

#cont_bot_break {
	width: 646px;
	height: 16px;
	position:relative;
}

#contact_box1 {
	width: 180px;
	position:relative;
	float:left;
	text-align:center;
}

#contact_box2 {
	width: 252px;
	position:relative;
	float:left;
	text-align:center;
}

#contact_box3 {
	width: 190px;
	height: 100px;
	position:relative;
	float:left;
	text-align:center;
}

/* Content Area End */

/* Bottom Seperator Area Begin */

#bot_sep_area {
	width: 646px;
	height: 39px;
	position:relative;
	background-image:url(../images/sp_one_r8_c2.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

/* Bottom Seperator Area End */

/* Copyright Area Begin */

#copyright_cont {
	width: 646px;
	height: 26px;
	position:relative;
	background-color:#8D8D78;
}

#copyright {
	width: 259px;
	height: 26px;
	position:relative;
	float:left;
}

#designed_by {
	width: 214px;
	height: 26px;
	position:relative;
	float:right;
}

/* Copyright Area Begin */

/* Image Controls Begin */

img.floatleft { 
    float: left; 
	clear:left;
    margin: 6px; 
}

img.floatright { 
    float: right; 
	clear:right;
    margin: 4px; 
}

img.infofloatright { 
    float: right; 
	clear:right;
	margin-left: 8px;
	margin-bottom: 4px;
}

/* Image Controls End */

a {
	color:#4E4E43;
	text-decoration: none;
}

a:hover {
	color:#4E4E43;
	text-decoration: underline;
}