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

body {
	background-color: #333;
}
#header {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 4px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	background-image: url(../images/design/header.jpg);
	background-repeat: no-repeat;
	height: 97px;
	border-bottom-style: none;
}
#contentBox {
	background-color: #FFF;
	padding: 10px;
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: none;
}
#welcomeLeft {
	float: left;
	height: 103px;
	width: 537px;
}
#container {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#welcomeRight {
	float: left;
	height: 103px;
	width: 213px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#boxBottom {
	background-image: url(../images/design/boxBottom.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 15px;
	width: 750px;
}
#boxTop {
	background-image: url(../images/design/boxTop.jpg);
	height: 15px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	width: 750px;
	text-align: center;
}
#footer a {
	color: #CCC;
}
#footer a:hover {
	color: #999;
}
