@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #333333;
	text-decoration: underline;
}

a:hover{
	color: #666666;
	text-decoration: underline;
}

/************* divs and components **************/

#wrap {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	background-image:url(images/wrap.jpg);
	background-repeat:repeat-y;
	width:785px;
	min-height:630px;
	}

#header {
	width:785px;
	height:59px;
	}
		
#nav {
	width:785px;
	height:31px;
	font-size: 80%;
	margin: 0px auto;
	padding: 0px;
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	}

#content {
	width:755px;
	margin-left:15px;
	margin-right:15px;
	}

#left {
	float:left;
	width:365px;
	}
	
#right {
	float:right;
	width:366px;
	}
	
#main {
	font: 80%;
	}

.indexbg {
	background-image:url(images/bg.jpg);
	}
	
#footer {
	width:785px;
	height:29px;
	clear:both;
	}

#footer p{
	margin-left:480px;
	font-size: 60%;
	color:#666666;
	margin-top:5px;
	}
	
h1 {
	margin-bottom:0px;
	}
