html {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	color: #000000;
	font-family: Verdana;
}

body {
	font-size: 100%;
	height: 100%;
}

h1, h2, h3 {
	color: #000000;
	margin: 0;
	padding: 0;
	color: #C1202E;
}

#center {
	padding-top: 22px;
	position: relative;
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#wrapper {
	position: relative;
	width: 804px;
	float: left;
	border: 1px solid #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

#logo {
	position: relative;
	width: 806px;
	height: 152px; 
	float: left;
	padding: 0px;
	margin: 0px;
	/*background-color: #FFE1A4;*/
}

#Location {
	float: left;
	position: relative;
	width: 806px;
	height: 20px;
	background-color: #000000;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
}

#Location a:link, #Location a:visited, #Location a:hover, #Location a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#right {
	position: absolute;
	
	right: 0;
	margin-right: -143px;
	margin-top: -20px;
	
}

#left {
	float: left;
	position: relative;
	width: 193px;
	margin-right: 1px;
	/*border-right: 2px solid #333;*/
	height: 100%;
/*background-color: Fuchsia;*/
	clear: left;
}

#maincontent {
	float: left;
	position: relative;
	background-color: #FFFFFF;
	width: 600px;
	padding: 5px;
	height: 100%;
/*	border-left: 2px solid #333;*/
}

#footer_left {
	color: #000000;
	position: relative;
	float: left;
	text-align: center;
	width: 100%;
}

#footer_right {
	color: #CCCCCC;
	position: relative;
	float: right;
}

#footer_left a {
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
}

#footer_right a {
	color: #CCCCCC;
	font-size: 14px;
	text-decoration: none;
}

/* DYNAMIC MENU, LEFT SIDE */

#ddblueblockmenu {
/*border: 1px solid black;*/
	border-bottom-width: 0;
	width: 193px;
}

#ddblueblockmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menutitle {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 1px 0;
	padding-left: 5px;
	/*background-color: #C1202E;*/
	border-collapse: collapse;
	font-weight: bolder;
}

#ddblueblockmenu a:link, #ddblueblockmenu a:visited, #ddblueblockmenu a:active {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	padding: 2px;
	display: block;
	border-collapse: collapse;
}

#ddblueblockmenu a:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 2px;
	display: block;
}

/* DIV STUFF */

img {
	border: none;
}

.tips_boxes {
	float: left;
	margin: 3px;
	width: 258px;
	height: 140px;
	padding: 2px;
	text-align: left;
	border: 1px solid #CCCCCC;
}

.tips_boxes h1 {
	background-color: #F49300;
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}

.Links_cat {
	float: none;
	padding: 2px;
	width: 253px;
	height: 18px;
	margin: 5px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	font-size: 14px;
}

.Links_list {
	float: none;
}

/*BANNERE*/
#banners_bottom {
	text-align: center;
	margin-top: 10px;
	margin-left: 0px;
	position: relative;
}

.banners_bottom_content {
	padding: 2px;
	float: left;
	text-align: center;
}

.banners_left {
	background-color: #CC0000;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
}

.banners_left_content {
	padding: 5px;
}

.banners_right {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
}

.banners_right_content {
	padding-left: 2px;
}


/* news */
.callout p {
	font-size: 12px;
}

.callout {
	/*border: 1px solid #000000;*/
	position: relative;
	float: left;
	width: 293px;
	height: 160px;
	padding: 2px;
	color: #505055;
}

.callout h3 {
	width: 103px;
	float: left;
	font-size: 12px;
	cursor: pointer;
}

.callout h2 {
	width: 180px;
	font-size: 12px;
	float: left;
	margin-bottom: 5px;
	cursor: pointer;
}

.callout img {
	max-width: 100px;
	border: none;
}

#news {
	
}

#news h3 {
	color: #000000;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

/* linker */
a:link {
	color: #c1202e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #c1202e;
}
a:hover {
	text-decoration: none;
	color: #c1202e;
}
a:active {
	text-decoration: underline;
	color: #c1202e;
}