﻿/*--------------------------------------------
Created by Adrian Marcon : me@amarcon.net

Please do not remove this header.
--------------------------------------------*/

body{
	text-align: center;
	color:black;
	background-color:#F5F0F0;
	font-family:verdana,arial,sans-serif;
	font-size:12px;
	margin:20px 0px 20px 0px;
}
body a {
	color: #000000;
	text-decoration:none;
}
body a:visited {
	color: #000000;
}
body a:active {
	color: #000000;
}
body a:hover {
	color: #000000;
}

#main{
	width:642px;
	margin:auto;
	overflow:hidden;
	text-align:left;
	z-index: 1;
}
#image{
	border:1px;
	color: #000000;
}

#header{
	background-image: url('Images/header.jpg');
	width: 642px;
	height: 108px;
	position: relative;
}
#leftbar{
	float: left;
	position: relative;
	width: 38px;
	background-image: url('Images/left.jpg');
	height: 617px;
}
#footer{
	float:left;
	background-image:url('Images/footer.jpg');
	background-position:top right;
	width:642px;
	height:30px;
	text-align:center;
	font-family:Verdana,sans-serif;
	font-size:10px;
}
#content {
	background-position: right top;
	float: right;
	position: relative;
	width: 604px;
	background-image: url('Images/right.jpg');
	height: 617px;
	right: 1px;
	background-repeat: no-repeat;
}
img.content {
	padding-left:25px;
}
p.content {
	font-family:Verdana;
	font-size:14px;
	width:515px;
}

p.content a:hover {
	font-weight:bold;
}

#content h1 {
	font-size:16px;
	font-weight:bold;
}
.mainMenu {
	font-style:normal;
	font-family:Verdana;
	font-size:10px;
}

.mainMenu a:hover {
	font-weight:bold;
}

p.mainMenu {
	padding-left:25px;
}
