/* Starter CSS by Mike Cherim - http://green-beast.com */

* {
}

body {
	background: url(../images/background_tile.jpg) repeat #371b24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#ffffff;
}  

#container {
	width:1006px;
	margin-left:auto;
	margin-right:auto;
}

/*=================================================
					HEADER
==================================================*/

#header {
	background: url(../images/header2.jpg) no-repeat top;
	/* background: url(../images/header_bg_blank.jpg) no-repeat top; */
	width:1006px;
	height:199px;
}

#nav {
	padding-top: 118px;
}

#nav img {
	border:0;
}

/*=================================================
					CONTENT
==================================================*/

#content {
	width:1006px;
	height:435px;
}

#mainContent {
	background:url(../images/content_bg_main.png) no-repeat;
	width: 573px;
	height: 368px;
	position: relative;
	left: 38px;
	top: 33px;
	float:left;
	padding:15px;
}

#contentArea {
	border:0;
	width:543px;
	height:338px;
	overflow: auto; 
}

#mainContent_small {
	background:url(../images/content_bg_main-sm.png) no-repeat;
	width: 368px;
	height: 368px;
	position: relative;
	left: 38px;
	top: 33px;
	float:left;
	padding:15px;
}

#contentArea_small {
	border:0;
	width:338px;
	height:338px;
	overflow: auto; 
}

#bed {
	border-left:#663141 3px solid;
	margin-left:15px;
	margin-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	text-align:center;
} 

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:24px;
	color:#c65f7e;
	padding-bottom:10px
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#c65f7e;
	padding-bottom:5px;
	padding-right:10px;
	line-height:16px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#cac8a5;
	font-weight:normal;
	line-height:15px;
	padding-bottom:10px;
	padding-right:10px;
	text-align:justify;
}

p {
	padding-bottom:10px;
	padding-right:10px;
	line-height:15px;
	text-align:justify;
}

.pink {
	color:#c65f7e;
}

.italics {
	
}

#content a:link {
	color:#ffffff;
	text-decoration:none;
	border-bottom: #663141 1px solid;
}

#content a:hover {
	color:#ffffff;
	text-decoration:none;
	border-bottom: #887852 1px solid;
	background:#c65f7e;
}

#content a:active {
}

#content a:visited {
	color:#ffffff;
	text-decoration:none;
	border-bottom: #663141 1px solid;
}


ul {
}

li {
	list-style-image: url(../images/bullet.gif);
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
	line-height: 14px;
}

/*------------------------------------------------------- */
/*                          FORMS                         */
/*------------------------------------------------------- */

input, select { 
	padding: 2px; 
	border-color:#663141; 
	border-width:1px; 
	border-style:solid; 
	background-color:#080405; 
	color:#ffffff;
	width:250px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea { 
	padding: 2px; 
	border-color:#663141; 
	border-width:1px; 
	border-style:solid; 
	background-color:#080405; 
	color:#ffffff;
	width:250px;
	height:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input:focus, textarea:focus {
	background-color: #663141;
	color: #ffffff;
	border-color:#663141;
}

input:hover, textarea:hover{
	border-color:#663141;
}

/*=================================================
					FOOTER
==================================================*/

#footer {
	background:url(../images/footer_bg.jpg) no-repeat;
	width:1006px;
	height:130px;
	text-align:center;
	padding-top:20px;
	color:#c4bbbd;
}

#footer p { color:#c4bbbd; }

#footer a:link {
	color:#c4bbbd;
	text-decoration:none;
}

#footer a:hover {
	color:#c4bbbd;
	text-decoration:none;
	border-bottom: #663141 1px solid;
}

#footer a:active {
}

#footer a:visited {
	color:#c4bbbd;
	text-decoration:none;
}