@charset "UTF-8";
/* CSS Document */

body

	{
	background-color:#FFFFFF;
	margin: 0 0 0 0;
	}
	
p 
	
	{
	padding: 0 0 0 0;;
	margin: 0 0 0 0;
	}
	
label

	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	}
	
	
.style1

	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#000000;
	}
	
.style1 li

	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #c0143c;
	}
	
.style1 li, a
	
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #c0143c;
	}

.style1 li, a:hover
	
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#000000;
	text-decoration:none;
	}
	
.style2

	{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	line-height: 25px;
	}
	
.style3

	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}
	
.style4

	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0143c;
	padding-top: 10px;
	}
	

.wrap
	{
	width:850px;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	background-image:url(images/back.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	}
	
.wrapper

	{
	width: 800px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	}
	
.header

	{
	background-image:url(images/logo.png);
	background-position:left;
	background-repeat:no-repeat;
	height: 162px;
	width: 561px;
	float:left;
	}
	
.content

	{
	clear:both;
	width: 720px;
	padding-left: 37px;
	padding-right: 40px;
	padding-top: 25px;
	height:auto;
	}

	
.contactleft

	{
	width: 270px;
	padding-left: 40px;
	height: 200px;
	float:left;
	}
	
.contactright

	{
	width: 360px;
	padding-right: 40px;
	height: 200px;
	float:right;
	}
	
.copyright

	{
	width: 800px;
	height: 100px;
	padding-top: 100px;
	}
	
/*___________________________________________*/


.navigation

	{
	float:right;
	width: 239px;
	height: 162px;
	}
	
#navigation 

	{
	width:239px;
	height:162px;
	background-image:url(images/navigation.png);
	background-repeat:no-repeat;
	position:relative;
	margin:0;
	}

#navigation li 

	{
	list-style:none;
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	}

#navigation li, #navigation a 
	
	{
	height:162px;
	display:block;
	}

#home 

	{
	left:0;
	width:38px;
	}
	
#home a:hover 

	{
	background:url(images/navigation.png) 0 -162px no-repeat;
	}


#web 

	{
	left:38px;
	width:36px;
	}

#web a:hover 

	{
	background:url(images/navigation.png) -38px -162px no-repeat;
	}

#graphic 
	
	{
	left:74px;
	width:36px;
	}

#graphic a:hover 

	{
	background:url(images/navigation.png) -74px -162px no-repeat;
	}

#print 
	
	{
	left:110px;
	width:36px;
	}

#print a:hover 

	{
	background:url(images/navigation.png) -110px -162px no-repeat;
	}

#contact 
	
	{
	left:146px;
	width:36px;
	}

#contact a:hover 
	
	{
	background:url(images/navigation.png) -146px -162px no-repeat;
	}
