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

body {
	background: url(../img/template/bg.jpg) repeat-x fixed center left;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}

a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: 0px;
}

#container {
	width: 750px;
	text-align: left;
	margin: 0px auto;
	background: url(../img/template/bg2.png) repeat-y;
}

#navBar {
	width: 225px;
	float: left;
}

#links {
	width: 225px;
}

#leftPic {
	position: relative;
	height: 150px;
	margin-top: 50px;
}

#logo {
	margin-top: 45px;
	margin-bottom: 30px;
}

#content1 {
	background-color: #89afc5;
	width: 525px;
	height: 313px;
	float:right;
}

#content2 {
	width: 525px;
	float: right;
	position: relative;
}

#text {
	position: relative;
	left: 74px;
	top: 0px;
	width: 370px;
	font-size: 11px;
}

#footer {
	clear: both;
}
