body
	{
	font-family: helvetica,arial,sans-serif;
	background-color: #ccc;
	background-image: url('background/bg.png');
	min-width: 860px;
	}

#top
	{
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url('images/cork.jpg');
	height: 200px;
	width: 800px;
	border: 1px solid #6495ED;
	overflow: hidden;
	}

#topImage
	{
	margin-top: 40px;
	margin-right: 15px;
	float: right;
	width: 150px;
	border-style: solid;
	border-width: 5px;
	border-color: white;
	-moz-transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	}
	
#middle
	{
	margin-top: 0px;
	margin-bottom: 10px;
	width: 800px;
	}

#bottom
	{
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	background: #6495ED;
	color: white;
	font-size: 10pt;
	border: 1px solid white;
	width: 800px;
	}

#logo
	{
	height: 160px;
	width: 800px;
	background-image: url("../images/background.png");
	color: white;
	font-size: 26pt;
	font-weight: bold;
	font-family: Arial Black;
	}

#content
	{
	margin-left: 200px;
	padding: 10px;
	width: 580px;
	min-height: 100px;
	color: black;
	background: white;
	margin-bottom: 10px;
	border: 1px solid #6495ED;
	overflow: auto;
	}
	
#left
	{
	float: left;
	width: 190px;
	min-height: 100px;
	}

.LeftBox
	{
	padding: 5px;
	color: white;
	background-color: #6495ED;
	border: 1px solid white;
	margin-bottom: 10px;
	font-size: 10pt;
	}
	
.LeftBox a {color: blue;}
.LeftBox a:hover {color: white;}
.LeftBox ul 
	{
	text-indent: -30px;
	list-style-type: none;
	font-size: 9pt;
	}

.contentBar {background: white; color: black; text-align: right;}
.contentBar a {color: white; text-decoration: none;}
.contentBar a:link {color: white; text-decoration: none;}
.contentBar a:hover {color: red; text-decoration: none;}
.contentBar a:visited {color: white; text-decoration: none;}

#content a {color: #6495ED;}
#content a:hover {color: red;}
#content a:visited {color: #6495ED;}
#bottom a {color: #ccc;}
#bottom a:hover {color: red;}
#bottom a:visited {color: #ccc;}
