@charset "UTF-8";

/** html tags**/


body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 10px;
	padding: 10px;
	color: #000000;
	font-style: normal;
}

a:link {
	text-decoration: overline;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}


/** layouts: define divs with ID**/
#container {
	float: left;
	width: 1250px;
	text-align: left;
}
#mainContent {
	float: left;
	width: 780px;
}
#menu {
	float: left;
	width: 270px;
}

