﻿body {
	background: url('bg.jpg') #000000 top left repeat-y;
	font-size: 12px;
	color: #941246;
	font-family: Helvetica, Tahoma, Verdana, Sans-serif;
	margin: 0px;

}

#page {
	width: 600px;
	margin: 0px;
	background: url('bg.jpg') #000000 top left repeat-y;
}

#header {
	background: #000000 url('header.jpg') no-repeat; 
	width: 600px;
	height: 500px;

}


#content {
	width: 600px;
	margin-left: 120px;

	margin-top: -120px;
	padding: 0px 5px 10px 0px;
	

}

#sidebar {
	width: 200px;
	padding-top: 240px;
	margin-left: 310px;
	}

#sidebar ul {
	text-align: left;
	padding: 1px;
	margin: 1px;
	list-style-type: none;
	width: 200px;

}

#sidebar a:link, #sidebar a:active, #sidebar a:visited {
	color: #ffffff;
	font-size: 14px;
	font-family: Helvetica, Tahoma, Verdana, Sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #000000;
	margin-bottom: 1px;
	}

#sidebar a:hover {
	color: #d6ad81;
	font-size: 14px;
	font-family: Helvetica, Tahoma, Verdana, Sans-serif;
	text-transform: uppercase;
}

#sidebar strong {	
	color: #941246;
	font-size: 15px;}

#sidebar strong:hover {
	color: #d6ad81;}


#footer {
width: 600px;
height: 50px;
padding-top: 15px;
margin-left: 120px;
text-align: center;
font-size: 11px;
clear: both;}

hr {
display: none;}

a, a:visited {
color: #ffffff;
text-decoration: none;
font-family: 'Times New Roman', Georgia, Serif;
font-weight: bold;}

a:hover, a:active {
color: #db6818;
text-decoration: none;}

h1 {
color: #ffffff;
margin-left: 15px;
letter-spacing: 2px;
font-family: 'Times New Roman', Georgia, Serif;
font-size: 30px;
font-style: italic;}


h2 {
color: #dc3984;
margin-right: 10px;
margin-left: 0px;
letter-spacing: 2px;
font-family: Georgia, 'Times New Roman', Serif;
border-bottom: 1px dotted #d54d25;
font-weight: bold;
font-size: 18px;
text-align: center;}

h3 {
color: #8b2b6d;
margin-right: 150px;
margin-left: 150px;
letter-spacing: 10px;
font-family: 'Times New Roman', Georgia, Serif;
border-bottom: 2px solid #ffffff;
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
text-align: center;
}



b, u, i, em, strong {
color: #f0d557;}

blockquote {
padding-left: 5px; 
padding-right: 5px;
border-top: 4px solid #dc3984;
border-bottom: 4px solid #dc3984;
text-align: justify;
font-size: 11px;}

input, textarea, td, select {
padding-left: 5px;
border-top: 0px;
border-right: 0px;
border-bottom:4px solid #941246;
border-left: 0px;

background-color: #000000;
color: #941246;}

img {
	border: 1px dotted #dc3984;
	background-color: #ffffff;
	margin: 2px;
	padding: 4px;
}
