﻿/* CSS layout */
@import url("layout.css");
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	vertical-align: middle;
}

#container {
    width: 775px;
    background-color: #dddddd;
	margin: 0 auto;
	margin-top: 2px;
}

#left_col {
	position: relative;
	float: left;
	width: 155px;
}

#other {
	margin-left: 5px;
}

#rigt_col {
	position: relative;
	float: right;
	width: 620px;
}

#head {
	border: 1px solid #ffffff;
	text-align: center;
	width: 603px;
	float: left;
	background-color: #cccccc;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 3px;
}

#content {
	border: 1px solid #ffffff;
	width: 600px;
	float: left;
	background-color: #eeeeee;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	height: auto;
}


#footer {
	padding: 5px;
	text-align: center;
	width: 768px;
	border: 1px solid #ffffff;
	background-color: #cccccc;
	letter-spacing: 2px;
	height: 15px;
}

#container a {
	color: #555555;
	text-decoration: underline;
}
#container a:hover {
	color: #bbbbbb;
	text-decoration: none;
}

#footer h5 {
	color: #ffffff;
}
h6 {
}
h5 {
}
h4 {
}
h3 {
}
h2 {
}
#content h1 {
}
