body {
	min-width:786px;
	background-color: #728FAA;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	color: #0000FF;
	text-decoration: underline;
}
#wrap {
	width:786px;
	margin-top: 19px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navbar {
	background-image: url(../images/nav_bar.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 21px;
	padding-top: 5px;
}
#navbar ul{
	text-align: left;
	padding: 0;
	margin: 0;
}
#navbar li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#navbar ul li a{
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-weight: bold;
}
#navbar ul li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
#left_content {
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	width: 465px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
#right_content {
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	width: 200px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#solo_content {
	width: 705px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
#section_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #728FAA;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#section_content {
	padding-bottom: 15px;
}
.sub_title_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #728FAA;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#baseline {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 3px;
	color: #666666;
	clear: both;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 12px;
	margin-bottom: 25px;
}
#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

.picture_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.picture_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}