@charset "utf-8";

* {margin: 0px; padding: 0px;}

body  {
	font:"Times New Roman", Times, serif;
	background-color:#990000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	position:relative;
}

.poloroid_bg_left {
	float:left;
	position:fixed;
	top:0px;  
    left:0px; 
}

.poloroid_bg_right {
	float:right;
	position:fixed;
	top:0px;  
    right:0px; 
}

img {border:none;}

p {padding-bottom:10px; line-height:25px;}
form p {padding:0px; margin:0px;}

a {color:#990000;}

h2 {padding-bottom:10px; color:#990000;}
h3 {padding-bottom:10px;}

#united_states {width:300px; vertical-align:middle;}


#container { 
	width: 800px;	
	background:url(images/background.png) repeat-y;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000000;
	text-align:left;
} 

 #header {
	padding:0px 0px 0px 0px;

} 

 #header h1 {
	margin: 0;
	padding: 10px 0;
}

/*Inner*/
.inner {
	margin:auto;
	background:url(images/inner_bg.gif) repeat-x;
}


/*Navigation */
#navigation {
	background:url(images/navi_bg.gif) repeat-x;
	margin:0px auto 0px auto;
	overflow:hidden;
	text-align: left;
	border-bottom:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	border-left:#996600 solid 1px;
	border-right:#996600 solid 1px;
}

#navigation ul li {
	background:url(images/navi_bg.gif) repeat-x;
	float: left;
	padding-top:5px;
	margin: 0px; 
	list-style-type: none;
	height:28px;
}

#navigation ul li a {
	padding:15px 6px 0px 6px;
	color:#000;		
	text-decoration: none;
	font-size:14px;
}

#navigation ul li a:hover {
	color:#990000;
}
#navigation ul li a:active, 
#navigation ul li.current_page_item a {	color: #FF0000;
}

#navigation ul li{
	border-right:#CCCCCC solid 1px;
}

#sidebar1 {
	float: right; 
	width: 250px; 
	background:#F4F3F2;
	border-bottom:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	padding: 15px 10px;
	margin-left:10px;
}


#body {
	background:url(images/content_bg.gif) repeat-y;
	background-color:#d3be60;
	padding:20px 20px 10px 20px;
	border-left:#996600 solid 1px;
	border-right:#996600 solid 1px;
}

#body ul {padding:10px 0px 20px 40px;}
#body ul li{padding-bottom:5px; list-style-type:none;}


#mainContent { 
	margin: 0 250px 0 0; 
	padding: 0 20px;
} 

#left_column {width:50%; float:left;}
#right_column {width:50%; float:right;}

/*Steps*/
#steps {padding-bottom:50px; padding-top:10px;}
#steps ul {padding:0px;	margin:0px;}
#steps ul li {
	display:inline;
	padding:0px 10px 20px 10px;
	margin:0px;
	list-style-type: none;
	list-style-image:none;
}

#steps ul li a {
	text-decoration: none;
	font-size:24px;
	font-weight:bold;
	letter-spacing:2px;
	color:#990000;
	
}
#steps ul li a:hover {text-decoration:underline;}


/*Success Stories*/
#success_stories{
	padding-top:20px;
}

#success_stories_single{
	padding-top:0px;
	border-bottom:dashed #990000 1px;
	margin-bottom:20px;
}

.success_stories_img {
	float:left;
	padding:20px;
	padding-bottom: 10px;
}

#success_stories p {
	width:50%;
	float:right;
}

/*dating cities*/
#dating_cities {
	padding:60px 20px 0px 20px;
}

#dating_cities p{
	margin-bottom:10px
}
 
/*footer*/ 
 #footer { 
	padding: 0 10px 0 10px;
	background:url(images/content_bg.gif) repeat-y;
	border-left:#996600 solid 1px;
	border-right:#996600 solid 1px;
} 

#footer_bottom {
	background:url(images/footer.gif) no-repeat top;
	width:800px;
	margin:0px auto 0px auto;
	height: 32px;
}
 
 #footer p {
	margin: 0; 
	padding: 10px 0; 
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}