body
{
	margin: 0px;
	padding: 0px;
	background-color: #0083BF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
form
{
    margin: 0px;
    padding: 0px;
}
.hideit
{
	position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
/*----------------
Wrapper
----------------*/
#w
{
	margin: 0px auto;
	width: 810px;
	background: url(../_img/w_bg.gif) repeat-y;
}
/*----------------
Header
----------------*/
#header
{
	width: 810px;
	height: 277px;
	overflow: hidden;
}
#headera
{
	width: 810px;
	height: 46px;
	background: url(../_img/headera.jpg) no-repeat;
	overflow: hidden;
}
#headera #link_home, #headera #link_contact
{
	display: block;
	position: absolute;
	height: 35px;
}
#headera #link_home
{
	width: 43px;
	margin-left: 686px;
}
#headera #link_contact
{
	width: 57px;
	margin-left: 733px;
}
#headerb
{
	width: 810px;
	height: 114px;
	overflow: hidden;
}
#menu
{
	width: 810px;
	height: 22px;
	background: url(../_img/menu_bg.jpg) no-repeat;
	overflow: hidden;
}
#menu ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 250px;
	float: left;
	list-style: none;
}
#menu li
{
	float: left;
}
#headerc
{
	width: 810px;
	height: 95px;
	overflow: hidden;
}
/*----------------
Content
----------------*/
#content
{
	margin: 0px auto;
	width: 758px;
	padding: 10px;
}
#content a
{
	color: #000;
}
#c_main
{
	float: left;
	width: 468px;
}
#c_side
{
	float: right;
	width: 280px;
}
#c_side a
{
	text-decoration: none;
	color: #fff;
}
#side_facebook, #side_schedule, #side_sponsor, #side_newslettersignup, #side_production, #side_forgottencoastbride, #side_giveaways, #side_videos
{
	display: block;
	width: 270px;
	height: 99px;
	overflow: hidden;
	margin-bottom: 8px;
}
#side_facebook {
    text-align: center;
    height: 71px;
}
#side_schedule span, #side_sponsor span, #side_newslettersignup span, #side_production span, #side_forgottencoastbride span, #side_giveaways span, #side_videos span
{
	position: absolute;
	margin-left: 4px;
	margin-top: 29px;
	width: 251px;
	padding: 0px 5px;
	font-size: 10px;
	line-height: normal;
}
#side_schedule
{
	background: url(../_img/side_schedule.jpg) no-repeat;
}
#side_sponsor
{
	background: url(../_img/side_sponsor.jpg) no-repeat;
}
#side_newslettersignup
{
	background: url(../_img/side_newslettersignup.jpg) no-repeat;
}
#side_production
{
	background: url(../_img/side_production.jpg) no-repeat;
}
#side_forgottencoastbride
{
	background: url(../_img/side_forgottencoastbride.jpg) no-repeat;
}
#side_giveaways
{
	background: url(../_img/side_giveaways.jpg) no-repeat;
}
#side_videos
{
	background: url(../_img/side_videos.jpg) no-repeat;
}
/*----------------
Footer
----------------*/
#footer
{
	width: 810px;
	height: 45px;
	overflow: hidden;
}
/*----------------
TwoK
----------------*/
#twok
{
	margin: 0px auto;
	padding: 10px;
	width: 758px;
	text-align: right;
}
/*-------------------------------------
Forms
-------------------------------------*/
#form_view, #form_status
{
    width: 420px;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #0083BF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #000;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 200px;
    height: 100px;
    border: solid 1px #6C5F42;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #000;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    width: 420px;
    margin: 20px auto 30px auto;
    text-align: center;
}
.webform_controls input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #000;
}
.required
{
    font-size: 10px;
    color: #cc3300;
}