@charset "utf-8";
/* CSS Document */

body {
	margin-top:15px;
	background:#660000;
	font-family:"Calibri";
	font-size:16px;
	min-width:775px;
}

a {
color:#ffcc33;
text-decoration:none;
}

img {
border:0px;
}

a:visited {
color:#ffcc33;
}

a:hover {
color:#cc9933;
}

div._body {
width:760px;
margin-left:auto;
margin-right:auto;
}

div.topleft {
background:url("images/top_left_corner.jpg");
height:25px;
width:25px;
float:left;
clear:left;
}

div.topright {
background:url("images/top_right_corner.jpg");
height:25px;
width:25px;
float:left;
}

div.bottomleft {
background:url("images/bottom_left_corner.jpg");
height:25px;
width:25px;
float:left;
clear:left;
}

div.bottomright {
background:url("images/bottom_right_corner.jpg");
height:25px;
width:25px;
float:left;
}

div.horizontal {
background:#ffffff;
height:25px;
width:675px;
float:left;
}

div.vertical {
background:#ffffff;
width:25px;
height:600px;
float:left;
}

div.content {
background:#000000;
color:#ffffff;
width:505px;
height:580px;
float:left;
overflow:auto;
font-size:18px;
padding:10px;
}


div.navbar {
float:left;
width:150px;
height:600px;
/*background: #ffbbbb;*/
background:#000000;
font-family:"Lucida Handwriting";
}

.navbar a {
display:block;
font-family:inherit;
width:150px;
height:26px;
line-height:22px;
text-align:center;
font-size:18px;
text-decoration:none;
color:#ffcc33;
}

.navbar a:hover {
color:#cc9933;
font-size:20px;
/*text-decoration:underline;*/
}

div.copyright {
margin-left:auto;
margin-right:auto;
width:750px;
text-align:center;
color:#ffcc33;
}

div.header
{
	background:url('images/header.jpg') #ffffff;
	float:left;
	width:725px;
	height:75px;
}