/* CSS Document */

body 
{
	  background-color : #FFFFFF;
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : #000000;
      margin:0 auto;
	  background-image: url(/Images/Main/background.gif);
	  text-decoration: none;
	  font-size: 13;
}

.Body a
{
	color : #CC0001;
	text-decoration: none;
}
h1
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22;
	font-weight: Bold;
	color : #CC0001;
    margin:0px; 
	margin-bottom:15px;	
}
h2
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15;
	font-weight: Bold;
	color : #CC0001;
    margin:0px; 
	margin-bottom:0px;	
}
h3
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: Bold;
	color : #000000;
    margin:0px; 
	margin-bottom:0px;	
}
.Main
{
	position: absolute;
	top: 10px;
	left: 50px;
	width: 750px;
	height: 90%;
	background-color: #FFFFFF;
	border: 0px; 
	border-style: solid;
	border-color: #949494;
	margin:0 auto;
}

.Logo
{
	position: absolute;
	top: -1px;
	left: -1px;
	margin:0 auto;
	width: 750px;
	height: 130px;
	border: 1px; 
	border-style: solid;
	border-color: #949494;
	background-color : #F1EEEE;
}
.Navigation 
{
	position: absolute;
    top: 130px;
    left: -1px;
    width: 750px;
    height: 30;
	margin:0 auto;
	text-indent: 0px;
	padding-top: 6px;
	background-color : #CC0001;
	border: 1px; 
	border-style: solid;
	border-color: #949494;
	z-index: 10;
}


.Navigation  a
{
	text-decoration: none;
	color : #FFFFFF;
	font-family :  Arial, Helvetica, Verdana, Geneva, sans-serif, Times New Roman;
	font-size: 14;
	font-weight: Bold;
	padding-left: 20px;
}
.Navigation  a:hover
{
	color : #F1EEEE;
}

.Content
{
	margin:0px;
	position: absolute;
	top: 159px;
	left: -1px;
	width:730px !important; /*moz width*/
	width:750px; /*IE width*/
	height: auto !important; /*moz width*/	
	height: 90%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	border: 1px; 
	border-style: solid;
	border-color: #949494;
}
.Content a
{
	color : #CC0001;
}
.Content a:hover
{
text-decoration: none;
}
.LastLists
{
	position: relative;
	top: 10px;
	left: -1px;
	width:210px !important; /*moz width*/
	width:250px; /*IE width*/
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #F1EEEE;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	border: 1px; 
	border-style: dotted;
	border-color: #949494;
}
.LastComments
{
	position: absolute;
	top: 185px;
	left:305px !important; /*moz width*/
	left:305px; /*IE width*/
	width:210px !important; /*moz width*/
	width:250px; /*IE width*/
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #F1EEEE;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	border: 1px; 
	border-style: dotted;
	border-color: #949494;
}
.LastComments_OLD
{
	position: relative;
	top: 10px;
	left:305px !important; /*moz width*/
	left:305px; /*IE width*/
	width:210px !important; /*moz width*/
	width:250px; /*IE width*/
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #F1EEEE;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	border: 1px; 
	border-style: dotted;
	border-color: #949494;
}
.EditList
{
	position: absolute;
	top: 105px;
	left: 360px;
	width: 300px;
	background-color: #FFFFFF;
	font-size: 12px;
	border: 0px; 
	border-style: solid;
	border-color: #949494;
}
.Footer 
{
margin:0 auto;
	position: relative;
	top: 400px;
	left: 0px;
	width: 150px;
	height: 200px;
	top: 158px;
}



