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

body,
	html {
		margin:0;
		padding:0;
		background: #FFFFFF;
	}
	body {
	min-width:980px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 13px;
	color: #222222;
	}
	a:link {
		color: #00C1FF;
	    text-decoration:none;
	}
	a:visited {
		color: #00C1FF;
	    text-decoration:none;
	}
	#wrap {
		margin:0 auto;
		width:980px;
		background: #FFFFFF;
	}
	#introtop {
	height: 500px;
	background-image: url(images/front.png);
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	}
	#top {
	height: 40px;
	}
	#nav {
		height:46px;
	}
	#nav2 {
		height:20px;
	}
	#background {
	    background-repeat: repeat-y;
	    background-image: url(images/background.png);
	}
	#header {
		height:40px;
	}
	#main {
	    width: 950px;
		min-height: 600px;
	}
	#boxtop {
	    height: 15px;
	    width: 980px;
	    background-image: url(images/boxtop.png);
	    background-repeat: no-repeat;
	    background-position: bottom;
	}
	#boxmiddle {
	    width: 940px;
	    background-image: url(images/boxmiddle.png);
		background-repeat: y-repeat;
		background-position:left;
		padding-top:1px;
		padding-bottom:1px;
		padding-left:20px;
		padding-right:20px;
		overflow: hidden;
		
	}
	#boxmiddleleft {
	    width:190px;
		float: left;
		margin-left:10px;
	    font-weight: bold;
    }
	#boxmiddleleft h2 {
	margin-bottom: 0px;
	margin-top: 10px;
	}
	#boxmiddleleft h3 {
	margin-top: 0px;
	}
	#boxmiddleright {
	    width:740px;
		float:left;
	}	
	#boxbottom {
	    height: 15px;
	    width: 980px;
	    background-image: url(images/boxbottom.png);
	    background-repeat: no-repeat;
	    background-position: top;
	}
	#space {
	    height: 40px;
	}
	#footer {
		height:21px;
		background-image: url(images/bottom.png);
		background-repeat: no-repeat;
		background-position: top;
	}
	#bottom {
	height: 40px;
	}