/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	cell-padding: 4px;
}

h1 {
	color:#000066;
	font-size: 30px;
	font-style:italic;
	font-weight: bold;
}
h4 {
	color:#000066;
	font-size: 15px;
	font-style:italic;
	font-weight: bold;
}



a {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover {
	color:#FFCC00;
	text-decoration: none;
}

li {
	font-size: 12px;
}

#container {
	width: 740px;
}


#header {
	width: 740px;
	height: 192px;
	background:url(includes/header.png) no-repeat;
}

#middle {
	width: 740px;
	height:46px;
	background:url(includes/middle.png) no-repeat;
}
#content {
	width: 740px;
	background:url(includes/content_bg.png) repeat-y;
}

.left_column {
	width: 208px;
	height: 450px;
	float: left;
}

.right_column {
	width: 521px;
	/*border-style:solid;
	border-color:#006699;
	border-top: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-left: 1px;*/
	float: right;
}


#footer {
	width: 740px;
	height: 43px;
	background: url(includes/footer.png) no-repeat;
	
}
