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

body	{
	background-color:#fff;
	margin: 0 !important;
	padding: 0px;
	border: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
	
#site {	
	width: 829px; /* width of site */
	margin: 0px auto;
	text-align: left;
	border: 0px;
	background-image:url(images/background.gif);
	background-position:top;
	background-repeat:repeat-y;
}

#col_full {
    width:829px;
	height:150px;
	background-image:url(images/header2.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#col_full-banner {
    width:829px;
	height:80px;
	text-align:center;
}

#col_left {
	width:390px; 
	padding:20px 0 0 40px;;
	/*background-image:url(images/logo.gif);
	background-position:top;
	background-repeat:no-repeat;*/
}

#col_right {
	width: 360px;
	height:358px;
	background-image:url(images/sideimage.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#left_content {
	height:380px;
	overflow:auto;
	padding:5px;
}

a {
	color: #FF0000;
	text-decoration:unerline;
	/*font-weight:bold;*/
}

img {
	border:0px;
	}
	

