body
{
	margin: 0;
	padding: 0;
	background: url(/images/bg.jpg) top center repeat fixed;
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #363636;
}

#body_container
{
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
	width: 818px;
}

#header
{
	background: url(/images/header_bg.png) center no-repeat;
	height: 83px;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
}

#logo
{
	width: 120px;
	margin: 0 0 0 0px;
	padding: 10px 0 0 0;
	float: left;
}


#menu
{
	padding: 35px 10px 0 0;
	font-weight: normal;
	font-style: italic;
	color: #737373;
	font-size: 11px;
	float: right;
	width: 500px;
}

a
{
	color: #363636;
	text-decoration: none;
	border: none;
}

a img 
{
	border: none;
}

a:hover
{
	color: #363636;
	text-decoration: underline;
	border: none;
}

ul
{
	margin: 0;
	padding: 0;
	
}

li
{
	display:inline;
}

#menu li
{
	float: right;
	padding-left: 10px;
	border: none;
}


#main
{
	background: url(/images/body_bg.png) center repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 120px 0;
}


#footer
{
	background: url(/images/footer_bg.png) bottom center no-repeat;
	height: 71px;
	padding: 0 20px 0 20px;
	text-align: right;
}

#footerL
{
	float: left;
}

#footerR
{
	float: right;
	margin: 25px 10px 0 0;
}

#poopculture
{
	width:129px;
	height:22px;
	display:block;
	background: top left url(/images/pop_culture.png) no-repeat;
}
#poopculture:hover
{
	background: bottom left url(/images/pop_culture.png) no-repeat;
}

.inline_image
{
	margin: 3px;
}


.image
{
	margin: 0 0 0 9px;
	padding: 0;	
}

.text
{
	float: left;
	padding: 0 0 0 30px;
	width: 550px;
}

.right_menu
{
	float: right;
	width: 210px;
	padding: 0 10px 0 0px;
}

.right_menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.right_menu li
{
	background: url(/images/rightmenu_border.png) no-repeat bottom center;
	margin: 0;
	padding: 7px 0 15px 0;
	display: block;
	border: none;
	text-align: center;
}

.quote14
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.title12
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	
}

.title11
{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	
}

.title12i
{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 5px;
	
}

.text11
{
	font-size: 11px;
	font-weight: normal;
	font-style: normal;

}

.name11i
{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #000;

}




h2
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	
}

h3
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-style: italic
	
}


.text ul
{
	margin: 0 0 0 35px;
	padding: 0;
}

.text li
{
	display: list-item;
}

.text li
{
	float: none;
	padding-left: 0px;
	border: none;
}


#contact_top
{

}

#contact_top_left
{
	width: 240px;
	float: left;
}

#contact_top_right
{
	width: 240px;
	float: right;
}







input {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
	border:1px solid #b7b7b7;
	padding:7px;
	width:220px;
} 
textarea {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
	border:1px solid #b7b7b7;
	padding:7px;
	width:220px;
	height:155px;
} 
select {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
	border:1px solid #b7b7b7;
	padding:7px;
	width:235px;
	
} 
.request_text {
	margin-top:15px;
	margin-bottom:10px;
}

.title12i_red {
	color:#FF0000;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 5px;
}