body {
	background: #9f9f9f url(../img/bg_gradient.jpg) repeat-x top left;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: #00427f;
	padding: 0;
	margin: 0;
}

a {color: #00427f;}
a:visited {color:#00427f;}
a:hover {color: #00427f; text-decoration: none;}
a:active { color:#00427f;}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 30px 0 25px 30px;
	margin:0;
	background-color: #ffffff;
	border-left: 1px solid #cd7f7f;
	border-right: 1px solid #cd7f7f;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	padding:0;
	margin:0;
}

img {
	border: 1px solid #00427f;
}

ul {
	padding: 0;
	margin: 0;
}

hr {
	display: none;
}

#container {
	width: 840px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------head-------------- */
#head {
	background: transparent url(../img/arlt_head.jpg) no-repeat top left;
	height: 230px;
	padding: 0;
	margin: 0;
}

#head ul {
	padding: 198px 0 0 30px;
}

#head ul li {
	color: #ffffff;
	font-weight: bold;
	display: inline;
	text-transform:uppercase;
}

#head ul li a {
	color: #ffffff;
	text-decoration: none;
}

#head ul li a:hover {
	text-decoration: underline;
}

#main {
	background: #ffffff;
	border-left: 1px solid #cd7f7f;
	border-right: 1px solid #cd7f7f;
	border-bottom: 1px solid #cd7f7f;
}

/* -----------------content--------------------- */
#content {
	float: left;
	background-color: #ffffff;
	width: 374px;
	margin: 0; 
	padding: 0 30px 0 15px;
}

#content p {
	line-height: 18px;
}

div#content { 
	min-height:380px;
	height:expression(this.scrollHeight > 380 ? "auto":"380px"); 
}

#content_full {
	background-color: #ffffff;
	width: 778px;
	margin: 0; 
	padding: 0 30px 0 30px;
}

#content_full p {
	line-height: 18px;
}

div#content_full { 
	min-height:380px;
	height:expression(this.scrollHeight > 380 ? "auto":"380px"); 
}

/* --------------left navigavtion------------- */
#left {
	float: left;
	background-color: #ffffff;
	width: 374px;
	margin: 0;
	padding: 0 15px 0 30px;
}

#left p {
	line-height: 18px;
}

div#left { 
	min-height:380px;
	height:expression(this.scrollHeight > 380 ? "auto":"380px"); 
}

/* -----------footer--------------------------- */
#footer {
	/* clear: both; */
	background: transparent url(../img/footer_gradient.jpg) repeat-x top left;
	height: 50px;
	color: #ffffff;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

#footer p {
	padding: 18px 0 0 0;
}

#footer a {
	color: #ffffff;
}

#clearfloat {
	clear: both;
}

.current {
	text-decoration: underline;
}

.space_right {
	margin: 0 15px 0 0;
}

