<style type="text/css">


/* Copyright Igor Budiyanskiy iDzine Partnership 2007 */

/* Main CSS */

tag {
;
}

body {
	max-width: 800px;
	text-align: center;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #003366;
}



a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

p.body {
	text-align: justify;
	text-indent: 15px;
	line-height: 1.7;
	font-size: 17px;
	
}

p.reg {
	line-height: 1.7;
	font-size: 17px;
	
}

p.contact {
	text-align: center;
	line-height: 1.7;
	font-size: 17px;
	
}

/* Header */

#header {
	margin: auto;
	padding: 0;
	width: 800px;
	height: 195px;
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
}

/* Menu */

#menu {
	position: absolute;
	top: 0px;
	margin-left: 150px;
	margin-bottom: 15px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 15px 0 15px;
	text-transform: none;
	text-decoration: none;
	font: bold 16px "Bauhaus", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover {
	color: #A9122A;
	font-weight: bold;
}

#menu2 {
	position: absolute;
	top: 40px;
	margin-left: 150px;
	margin-bottom: 15px;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	display: block;
	float: left;
	padding: 10px 15px 0 15px;
	text-transform: none;
	text-decoration: none;
	font: bold 16px "Bauhaus", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu2 a:hover {
	color: #A9122A;
	font-weight: bold;
}

/* Content*/

#container {
	margin: 0 auto;
	width: 800px; /* keep as width instead of 'max-width' for ie */
	min-height: 405px;
	height: auto;

}

#info {
	margin: 0 auto 0 auto;
	max-width: 800px; /* keep as max-width for firefox so it doesnt overflow */
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;

}

/* Footer */

#footer {
	margin-top: 0;
	padding: 0px;
	width: 800px;
	height: 25px;
	background-image: url('images/footer.gif');
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFCC;
}

</style>

