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

/*layout formatting*/
	
	body {
		margin: 0;
		background: url("img/mainbg.jpg") #ffffff no-repeat;
		background-position: top center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #4d4d4d;
	}
	
	
	#header {
		height: 50px;
		width: 430px;
		background: url("img/title.gif") no-repeat;
		margin-left: auto;
		margin-right: auto;
		margin-top: 44px;
		padding-top: 15px;
		padding-left: 370px;
		clear: both;
	}
	
	#holder {
		width: 800px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		clear: both;
	}
	
	#nav {
		width: 212px;
		height: auto;
		float: left;
	}
	
	#content {
		width: 352px;
		height: 407px;
		background: url("img/contentbg.gif") no-repeat;
		float: left;
		padding-top: 165px;
		padding-left: 10px;
		padding-right: 10px;
	  border-bottom: 1px solid #cccccc;
	}
	
	#contenta {
		width: 352px;
		height: 407px;
		background: url("img/contentabg.gif") no-repeat;
		float: left;
		padding-top: 165px;
		padding-left: 10px;
		padding-right: 10px;
	  border-bottom: 1px solid #cccccc;
	}
	
	#contentb {
		width: 352px;
		height: 407px;
		background: url("img/contentbbg.gif") no-repeat;
		float: left;
		padding-top: 165px;
		padding-left: 10px;
		padding-right: 10px;
	  border-bottom: 1px solid #cccccc;
	}
	
	#contentc {
		width: 352px;
		height: 407px;
		background: url("img/contentcbg.gif") no-repeat;
		float: left;
		padding-top: 165px;
		padding-left: 10px;
		padding-right: 10px;
	  border-bottom: 1px solid #cccccc;
	}
	
	#contentp {
		width: 352px;
		height: 407px;
		background: url("img/contentpbg.gif") no-repeat;
		float: left;
		padding-top: 165px;
		padding-left: 10px;
		padding-right: 10px;
	  border-bottom: 1px solid #cccccc;
	}
	
	#copyright, #copyright a {
		width: 800px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		color:#4d4d4d;
		font-size: 10px;
		padding-top: 10px;
		text-decoration: none;
	}
	
	#nav a, #nav a:visited {
	  text-decoration:none;
	  background-color: #eeeeee; 
	  color:#4d4d4d;
	  display:block; 
	  width: 162px;
	  padding: 5px;
	  margin-bottom: 4px;
	  border-left: 5px solid #eeeeee;
	  border-bottom: 1px solid #cccccc;
	  }
	#nav a:hover {
	  border-left:5px solid #8fa4ae;
	  }
	  
	  .formelement {
	width: 344px;
	padding: 3px;
	border: 1px solid #c2c2c2;
	font-size: 12px;
	color: #656565;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.button {
	padding: 7px;
	padding-right: 7px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #656565;
	font-size: 12px;
	border: 1px solid #c2c2c2;
}
