/* basic */
body {
	background-image: url(/images/bg_white.gif);
	margin: 10px 0px 0px;
	text-align: center;
	padding-bottom: 25px;
}

	
#container {
	width: 602px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

/* header */
#header {
	height: 200px;
	width: 600px;
	top: 0px;
	background-color: #cccccc;
	/* background-image: url(../image/h2.jpg);
	background-repeat: no-repeat; */
	border-left: 3px solid #000000;
	border-right: 1px solid #000000;
	border-top: 3px solid #000000;
	border-bottom: 1px solid #000000;}

/* footer */
#footer {
	height: 25px;
	background-color: #E6E6E6;
	width: 600px;
	bottom: 0px;
	border-top: 1px dashed #B3B3B3;
	text-align: center;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;}
	
#footer a {
	color: #4C4C4C;
	text-decoration: none;}
	
/* navbar */
#navbar {
	border: 0px solid #B3B3B3;
	height: 25px;
	width: 599px;
	position: absolute;
	top: 188px;
	line-height: 25px;
	/* left: 156px; */
	background-color: #CC0000;
	margin-left: 3px;
}

#navbar ul {
	margin: 0;
	padding-left: 0;
	display: inline;
	position: relative;
	height: 25px;
	left: 0;
	width: 598;
}
	
#navbar ul li {
	padding: 0px 12px;
	/* border-left: 1px solid #000000;
	border-bottom: 1px solid #000000; */
	list-style: none;
	display: inline;
	margin: 0;
	height: 25px;}
	
#navbar ul li.first {
	border-left: none;}
	
#navbar ul li:hover {
	color: #000000;}

#navbar ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	text-decoration: none;
	letter-spacing: .1em;
}
	
#navbar ul li a:hover {
	color: #FFFFFF;}
	
/* main content */
#mainbox {
	width: 600px;
	height: auto;
	top: 0px;
	border-left: 3px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	text-align: center;}

#content {
	height: auto;
	width: 575px;
	text-align: left;
	margin: 40px auto;}

#content p {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	/* color: #4C4C4C; */
	left: 25px;
	top: 25px;
}
	
#content p a {
	color: #B35968;
	font-weight: bold;
	text-decoration: none;}
	
#content p a:hover {
	color: #994C59;
	background-color: #D9D9D9;}
	
#content h1 {
	color: #5990B3;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 20px;
	/* line-height: .2em; */
	}

#content h2 {
	color: #B37D86;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;}
