@charset "utf-8";
/* CSS Document */


ul
{
list-style-type: none;
}

/* General Template Class Rules */


.WrapOverall{
	width:1024px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:auto;
margin-right:auto;

	
	
	
}

.Header{
	height:100px;


}


.Logo{
	
	background-image:url(img/headerleft.jpg);
	float:left;
	background-repeat:no-repeat;
	height:100px;
	width:222px;
	

}

.Sitename{
	background-image:url(img/headerright.jpg);
	float:right;
	background-repeat:no-repeat;
	height:100px;
	width:802px;
	
}

.Content{
	
	background-image:url(img/background.jpg);
	float:right;
	background-repeat:no-repeat;
	height:928px;
	width:802px;
}

.ContentTXT{
	margin-left:30px;
		width:600px;	
	
}
.ContentIMG{
	margin-left:30px;
		width:600px;	
	
}

.SideLinks{
	
	text-align:center;
	
	background-image:url(img/sidelinks.jpg);
	float:left;
	background-repeat:no-repeat;
	width:222px;
	height:928px;
	
	
	
	
}

.Main{

	
}

/* General Navigation Rules */

.SideLinks ul{

list-style-type: none;


	
	
}
.SideLinks ul li{
	margin-bottom:5px;
	padding: 0px;
	list-style-image: none;



}
.SideLinks ul li a{

}
.SideLinks ul li a:hover{
		
}
