@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
}

a {
	color: #666666;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}

body {
	background: url(../images/grey_bg.jpg) repeat;
	font-family: Lucida Sans Unicode, Bitstream Vera Sans, Trebuchet Unicode MS, Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#container {
	background: #ffffff;
	width: 900px;
	margin: auto;
}


#header {
	background: url(../images/header_bg_1.jpg) no-repeat;
	width: 900px;
	height: 402px;
}


#content {
	background: #ffffff;
	margin: auto;
	padding: 20px;
	width: 550px;
	float: left;
}

img {
	border: 0px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.centerimg {
	text-aligh: center;
}


#sidebar {
	background: url(../images/sidebar_bg.jpg) no-repeat;
	margin: auto;
	float: right;
	width: 300px;
	text-align: center;
}

p.sidebar {
	text-align: left;
	margin-left: 30px;
}

#footer {
	background: url(../images/grey_bg.jpg) repeat;
	clear: both;
	height: 66px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;

}

#footer a {
	color: #c9c9c9;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #db6d16;
}

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}
