﻿/* CSS layout */
@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	vertical-align: middle;
	background-color: #f2f2f7;
	background-image: url("background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

#container {
    width: 775px;
	margin: 10px auto;
}

#left_col {
	position: relative;
	float: left;
	width: 143px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 3px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #eee;
}

#content {
	float: left;
	width: 580px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;	
}

#container a {
	color: #555555;
	text-decoration: underline;
}
#container a:hover {
	color: #bbbbbb;
	text-decoration: none;
}

/* head Styles */
#head h1 {
	color: #fff;
}
#head h3 {
	color: #fff;
}
#head h5 {
	color: #fff;
}	


h6 {
}
h5 {
}
h4 {
}
h3 {
}
h2 {
}
#content h1 {
}


