/* CSS Document */

html, body { height: 100%; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #A3A578;
}

 div.main{	
	width:800px;
	background-image: url(images/home/1.gif); 
	background-repeat: repeat-y;
}


 div.content{	
	width:719px;
	margin-left:40px;
	margin-right:40px;
	text-align:center;
}

 div.mainmenu{	
	width:719px;
	height:19px;
	background:#CC0000;
	border-bottom:1px solid;
	border-color:#f2ac24;
	font:Helvetica;
    font-size:12px;
	font-weight:bold;
    color:#efd4a1;
		margin-left:40px;
	margin-right:40px;
	text-align:center;
	padding-top:3px;
}

A.mainmenu{
font-family:Helvetica;
font-size:12px;
color:#efd4a1;
text-decoration:none;
font-weight:bold;
letter-spacing:1px;
}
A.mainmenu:hover{
font-family:Helvetica;
font-size:12px;
color:#efd4a1;
text-decoration:underline;
font-weight:bold;
letter-spacing:1px;
}

.title {
font-family:Helvetica;
font-size:26px;
color:#a72b14;
font-weight:bold;
}

.menutext {
	font-family:Verdana;
    font-size:12px;
}


 div.menuleft{
	width:310px;
	font-family:Verdana;
	font-size:12px;
	margin-left:60px;
	float:left;
	text-align:center;
}

 div.menuright{
	width:360px;
	font-family:Verdana;
	font-size:12px;
	margin-right:60px;
	float:right;
}

 div.menuborder{	
	font-family:Verdana;
    font-size:12px;
	border:1px solid;
	border-color:#993300;
}


 div.menuborder2{	
	font-family:Verdana;
    font-size:12px;
	border:4px double;
	border-color:#993300;
}
