/* CSS Document */

body { background-image:url(images/background.png);
background-color:#ffffff;
background-repeat:repeat-x;
width:100%;
height:100%;
font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
html, body {margin:0;
    padding:0;

}

body A:link {
color: #404040;}
body A:visited {
color: #202020;}
body A:active {
color: #ff0100;}
body A:hover {
color: #ff0100;}



* {
margin: 0;
padding: 0;
}

#wrapper{
margin:auto;
width:900px;
height:100%;
}
#header{ border: width:900px; 
		height:150px;
  background-image:url(images/header2.jpg);
  background-repeat:no-repeat;

}

#title{
	width:220px;
	height:101px;
	margin-left:47px;
	text-align:center;
	margin-top:-130px;
}

#title h1{font-size: 32px;
	font-weight: bold;
	color: #f2f2f2;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:5px;
	

}
#title h2{font-size: 12px;
color: #000000;
	padding:0px;
	margin-top:0px;
	font-weight: bold;

}

#title A:link {
text-decoration: none;
color: #f2f2f2;}
#title A:visited {
text-decoration: none;
color: #f2f2f2;}
#title A:active {
text-decoration: none;
color: #f2f2f2;}
#title A:hover {
text-decoration: none;
color: #f2f2f2;}


#menu{
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -335px;
  width:700px;
 

}

#menu ul {
list-style-type: none;
height: 80px;
margin: auto;
width:700px;

}

#menu ul a {
background-image:url(images/menubg.png);
			padding-right:8px; padding-left:8px; padding-top:5px; padding-bottom:5px; margin-right:10px;
			display:block;
			height:17px;
			 }
	
#menu A:link {
text-decoration: none;
color: #404040;}
#menu A:visited {
text-decoration: none;
color: #000000;}
#menu A:active {
text-decoration: none;
color: #d40201;}
#menu A:hover {
text-decoration: none;
background-image:url(images/menubg2.png);
color: #d40201;}

#menu li {
float: left;
font-weight:bold;
font-size: 14px;
}

#content {
padding-top:25px;
margin:auto;
width:900px;
}

#left  { 
	width:701px; 
	float:left; 
}

#column1  { 
	width: 186px;
	float:left
	font-size:12px;
}


#column1 A:link {
text-decoration: none;
text-underline: none;
color: #000000;}
#column1 A:visited {
text-decoration: none;
text-underline: none;
color: #656464;}
#column1 A:active {
text-decoration: none;
text-underline: none;
color: #ff0100;}
#column1 A:hover {
text-decoration: none;
text-underline: none;
color: #ff0100;}

#column1 ul a{
			padding-left:8px; 
			 }
			 
			 #column1 ul {
list-style-type: none;
}

#column2 {
	width:472px; 
	float:right;
	font-size:12px;
	padding:15px;
	}


	
	#column2 A:link {
text-decoration: none;
text-underline: none;
color: #d40302;}
#column2 A:visited {
text-decoration: none;
text-underline: none;
color: #656464;}
#column2 A:active {
text-decoration: none;
text-underline: none;
color: #ff0100;}
#column2 A:hover {
text-decoration: none;
text-underline: none;
color: #ff0100;}

#column3 {
	float: right;
	width: 186px;
	font-size:12px;

}
#sub_box {
	width: 162px;
	margin:auto;
	font-size: 15px;
	padding:12px;
	background-repeat:no-repeat;
	background-image:url(images/sidebox2.gif);
}

#sub_box1 {
	width: 142px;
	height: 135px;
	background-image:url(images/sidebox1.gif);
	font-size: 12px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:22px;
	padding-top:12px;
	color:#f2f2f2;
	background-repeat:no-repeat;
}

#sub_box1 A:link {
color:#ffffff;}
#sub_box1 A:visited {
color:#ffffff;}
#sub_box1 A:active {
color:#f2f2f2;}
#sub_box1 A:hover {
color:#f2f2f2;}



#sub_box2 A:link {
color:#000000;}
#sub_box2 A:visited {
color:#000000;}
#sub_box2 A:active {
color:#000000;}
#sub_box2 A:hover {
color:#000000;}

#sub_box3 {
	width: 162px;
	height:176px;
	margin:auto;
	font-size: 12px;
	padding:12px;
	background-image:url(images/sidebox3.gif);
	background-repeat:no-repeat;
	
}

#sub_box3 A:link {
color:#000000;}
#sub_box3 A:visited {
color:#000000;}
#sub_box3 A:active {
color:#000000;}
#sub_box3 A:hover {
color:#000000;}

.image_padding {
padding-right:10px;
}

