@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bg.gif');
	background-repeat: repeat;
}

#main {
	width: 700px;
	margin: 0px auto;
	border: solid 1px #000000;
	background-color: #FFFFFF;
	/*background-image: url('../images/menu_back_yellow3.jpg');
	background-repeat: repeat-y;*/
}

#header {
	width: 700px;
	height: 147px;
	margin: 0px auto;
	background-image: url('../images/headerbg.jpg');
	background-repeat: no-repeat;
}

#contact_info {
	margin: 4px 10px;
	float: right;
}

#white_text {
	margin: 20px 10px;
	clear: both;
	float: right;
}

#left_col {
	width: 172px;
	padding: 6px 0px 6px 3px;
	float: left;
	display: inline;
	background-image: url('../images/menu_back_fade.jpg');
	background-repeat: none;
}

#left_col #boxes a { font-family: tahoma; font-weight: bold; display: block; margin: 3px 0; width: 168px; height: 27px; padding: 7px 0 0; background-image: url(../images/menu.jpg); background-position: 0 0; background-repeat: no-repeat; text-decoration: none; }

#left_col #boxes a:hover { font-family: tahoma; font-weight: bold; background-position: 0 -34px ; text-decoration: none; }

#left_col ul {
	margin: 0px;
	padding-left: 2em;
	list-style: disc;
}

#right_col {
	width: 513px;
	margin: 6px 6px 6px 6px;
	float: left;
	display: inline;
}

#footer {
	width: 700px;
	margin: 0px auto;
	clear: both;
	background-color: #FFFFFF;
}

#footer #links {
	width: 700px;
	height: 12px;
	margin: 0px;
	padding: 6px 0px;
	background-image: url('../images/footerbg.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

#footer a {
	margin: 5px;
}

#grey_text {
	padding: 8px;
}

img {
	margin: 10px;
}