@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 10px 0px 20px 0px;
	background: #333;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a, a:active, a:link, a:visited {
	color: #0069b4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	width: 900px;
	min-height: 600px;
	background: url("images/back.jpg") top center repeat-y;
}

#menu {
	width: 900px;
	height: 35px;
	background: #98012e;
}

#copyright {
	clear: both;
	width: 900px;
	height: 25px;
	padding: 8px 0px 0px 0px;
	background: #868888;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

#copyright a, #copyright a:active, #copyright a:visited, #copyright a:link {
	color: #ffffff;
}

#left {
	width: 375px;
	height: 600px;
	background: #aeb4ba;
	float: left;
}

#right {
	width: 450px;
	min-height: 550px;
	padding: 25px 0px 25px 0px;
	margin: 0px 35px 0px 405px;
	text-align: left;
}

#right2 {
	width: 460px;
	min-height: 500px;
	padding: 25px 35px 75px 405px;
	text-align: left;
	background: url("images/ahas.jpg") bottom right no-repeat;
}

.red {
	padding: 0px 5px 0px 5px;
	color: #98012e;
}

.black {
	padding: 0px 15px 0px 15px;
	color: #000000;
}

.large {
	font-weight: bold;
	font-size: 14px;
}

.title {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

li {
	list-style-image: url("images/bullet.jpg");
}

.ahas {
	font-weight: bold;
	color: #98012e;
}
	