body, html {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url("images/bg_body.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #000;
}

h2 {
font-size: 13px;
}

#container {
	width:950px;
	margin:0 auto;
	position:relative;
	padding-top:26px;
}


#header {
	height:250px;
	background-image: url("images/bg_header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#logo {
	position:absolute;
	top:80px;
	right:766px;
}

#navbar {
	position:absolute;
	top:247px;
	left:118px;
	height:30px;
	width: 783px;
}


#content {
	background-image: url("images/bg_content.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height:346px;
	font-size: 12px;
}

#contentinternal {
	background-image: url("images/bg_content_internal.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height:464px;
	font-size: 11px;
}

#content .inner, #contentinternal .inner {
	padding:30px 30px 30px 50px;
}

#content .left {
	background-image: url("");
	background-repeat: no-repeat;
	background-position: top left;
	width:425px;
	height:400px;
	float:left;
}

#content .right {
background-image: url("images/content_left.gif");
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	width:425px;
	height:400px;
}

#content .left .inner {
	padding:0px 30px 10px 35px;
	background-image: url("images/content_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
	height:300px;
	text-align: left;
}

#content .right .inner {
	padding:10px 30px 10px 35px;
	background-image: url("");
	background-repeat: no-repeat;
	background-position: top right;
	height:300px;
}


#contentinternal .left {
	background-image: url("images/content_left.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width:425px;
	height:400px;
	float:left;
}

#contentinternal .right {
background-image: url("images/content_left.gif");
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
	width:425px;
	height:400px;
}

#contentinternal .left .inner {
	padding:0px 30px 10px 35px;
	background-image: url("images/content_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
	height:300px;
}

#contentinternal .right .inner {
	padding:10px 30px 10px 35px;
	background-image: url("images/content_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
	height:300px;
}

.note {
	font-size: 8px;
	color:#999;
}

.green {
	font-size: 10px;
	font-weight: bold;
	color:#044a05;
}

.partner {
	font-size: 10px;
	font-weight: bold;
	color:#555;
	background-color: #e5f4e5;
	padding:3px 10px;
}

#info {
	background-image: url("images/bg_info.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height:180px;
}

#info1 {
	background-image: url("images/bg_info2.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height:180px;
}

#infointernal {
	background-image: url("images/bg_info_internal.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height:113px;
}

#footer {
	font-size: 11px;
	color:#444;
	padding-left:30px;
}
