@charset "utf-8";

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP                   */
/* ------------------------------------------ */


body {
	font: 70%  Helvetica, sans-serif;
	margin: 0px;
	background-image:url(../img/bg_vignette.jpg);
	background-repeat:repeat-x;
	background-color: #E99118;
}

#page_wrap {
	width: 640px;
	margin: 0 auto 0 auto;
}


#page_wrap #header {
	height: 124px;
	width: 640px;
}
#page_wrap #flashbanner {
	height: 237px;
	width: 640px;
	background-image: url(../img/flashbanner.jpg);
	background-repeat: no-repeat;
	float: left;
}

#page_wrap  #menubar_lb  {
	float: left;
	width: 100%;
	background-color: #0066CC;
}

#page_wrap #content {
	float: left;
	height: auto;
	width: 640px;
	background-color: #FFFFFF;
	background-image: url(../img/content_bg.jpg);
	background-repeat: repeat-x;
}

#page_wrap #content #left_pannel {
	width: 488px;
	float: left;
	margin-right: 2px;
	height: auto;
}

#page_wrap #content #right_pannel {
	float: left;
	width: 150px;
}

#page_wrap #content #left_big_pannel
{
	width: 635px;
	float: left;
	margin-right: 2px;
	height: auto;
	padding-bottom: 5px;
}
#page_wrap #footer {
	float: left;
	width: 640px;
	padding-top: 27px;
}
#page_wrap .clear { clear: both; }




#page_wrap #header #header_01 {
	height: 100px;
	width: 250px;
	margin-left: 620px;
	margin-top: 15px;
}
#page_wrap #content #left_big_pannel .topic_01#photo_thumbs {
	padding: 5px;
	height: 45px;
	border: 1px solid #999999;
	clear: left;
}



#round_box     {
	height: 100px;
	width: auto;
	padding: 0px;
	margin: 0px;
}

#contactform {
	background-image: url(../img/contactform_bg.jpg);
	background-repeat: repeat-x;
	height: 170px;
	padding: 10px;
	border: #99ccff 1px solid;
	margin-bottom: 25px;
	width: 600px;
	margin: 0 auto 0 auto;
}


.round_box01 {
	background-color: #FFFFFF;
	color: #333333;
	font-size: x-small;
	display: block;
	float: left;
	padding: 15px;
	width: 95.5%;
	clear: left;
}
.round_box_blank {
	display: block;
	height: 15px;
	background-color: #FFFFFF;
	float: left;
	width: 95.5%;
}


.round_boxtopleft {
	background-image: url(../img/top_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
	height: 15px;
	display: block;
	float: left;
}

.round_boxtopright
{
	background-image: url(../img/top_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
	height: 15px;
	display: block;
	float: left;
}

.round_boxbottomleft
{
	background-image: url(../img/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
	height: 15px;
	display: block;
	float: left;
}

.round_boxbottomright
{
	background-image: url(../img/bottom_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
	height: 15px;
	display: block;
	float: left;
}

.smallpara a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC3333;
	font-weight: bold;
	text-decoration: none;
}

.smallpara a:hover { color: #3366FF; }

.smallpara a { text-decoration: none; }

.copyrights a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
