@charset "UTF-8";
/* CSS Document */


* {
	padding: 0;
	margin: 0;
}

body {
	background: #364a59 url("images/main_bg.jpg") -10% 0 repeat-x;
	color: #364a59;
	font: 12px "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	line-height: 1.3;
}

.sub_body {
	background: #364a59;
	color: #2e4b63;
	font: 12px "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	line-height: 1.3;
}


h1 {
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
}

P {
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 10px;
	line-height: 18px;
}

a {
	color: #364a59;
	text-transform:uppercase;
	text-decoration: none;
	font: normal 14px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom: 1px dotted #364a59;
}
UL {
	margin-left: 30px;
	margin-top: 15px;
}

UL LI {
	list-style-type: circle;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

a:hover {
	color: #660000;
}

IMG {
	border: 0;
}
.sub_text {
	font-size: 11px;
	color: #718da4;
	margin-bottom: 35px;
}

.large {
	font-size: 24px;
	color: #718da4;
	letter-spacing: -1px;
	text-transform:uppercase;
}

#main .outer {
	background: transparent url("images/mid_bg.png") 30% 0 repeat-x;
}

#main .inner {
	background: transparent url("images/front_bg.png") 100% 0 repeat-x;
}

#main .content {
	width: 900px;
	min-height: 800px;
	margin: 0 auto;
}

#main #logo {
	float: left;
	width: 50px;
	height: 48px;
	margin-top: -12px;
	
}

#main #logo A, #sub_main #logo a {
border: none;
}

#nav {
	float: right;
	width: 900px;
	height: 48px;
	text-align: right;
	background: url(images/nav_bg.jpg) top no-repeat;
	padding-top: 12px;
	margin-bottom: 20px;
}



#left {
	float: left;
	width: 500px;
}


#main_text {
	height: 300px;
}

#main_text a {
	color: #593636;
}

#main_image {
	float: right;
	margin-top: 30px;
}

#sub_main {
	background: #ccd9e3 url("images/sub_bg.gif") bottom repeat-x;
	height: 100%;
	padding-bottom: 260px;
}

#sub_main .content {
	width: 900px;
	margin: 0 auto;
}

#sub_main #logo {
	float: left;
	width: 50px;
	height: 48px;
	margin-top: -12px;
}




#sub_main_text {
	height: 300px;
}

#sub_main_text a {
	color: #593636;
}

#sub_main_image {
	float: right;
	margin-top: 55px;
}





