@charset "utf-8";
/* PerfectionDivorce.com */

 {
	padding: 0;
	margin: 0; 
}

html {
	padding: 0;
	margin: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

body {
	background-color: #032389;
	background-image: url('images/body-bg.png');
	background-repeat: repeat-x;
	
	margin: 0;
	padding: 0;
}

img {
	border: 0;	
}

.align-left {
	float: left;	
}

#wrapper {
	width: 930px;
	
	margin-left: auto;
	margin-right: auto;	
}

#header {
	background-color: #000;
	background-image: url('images/site_header_bg.jpg');
	background-repeat: no-repeat;
	width: 930px;
	height: 100px;
}

#navigation {
	background-color: #000;
	background-image: url('images/site_nav_bg.png');
	background-repeat: repeat-x;
	width: 920px;
	height: 34px;
	padding-left: 10px;
	line-height: 28px;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #F0F0F0;	
}

#footer {
	background-color: #FFF;
	background-image: url('images/site_footer.png');
	width: 930px;
	height: 88px;	
}

#footer .content {
	padding-top: 20px;
	color: #FFF;	
}

/* Frontpage */

div.under-nav {
	background-color: #FFF;
	background-image: url('images/site_frontpage_01.png');
	width: 930px;
	height: 350px;
}
div.under-nav .start-button {
	position: absolute;
	padding-left: 15px;
	top: 400px;
	width: 343px;
	height: 51px;
}

div.under-nav-social {
	background-color: #FFF;
	background-image: url('images/site_frontpage_social.png');
	width: 930px;
	height: 47px;	
}

div.under-nav-contact {
	background-color: #333;
	background-image: url('images/site_contact_bar.png');
	width: 930px;
	height: 66px;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
}
div.under-nav-contact a {
	color: #06F;
	text-decoration: none;	
}
div.under-nav-contact a:hover {
	color: #09F;	
}

div.frontpage-body {
	background-color: #FFF;
	background-image: url('images/site_frontpage.png');
	width: 930px;
	height: 353px;	
}
div.frontpage-body a {
	color: #06F;
	text-decoration: none;	
}
div.frontpage-body a:hover {
	color: #09F;	
}

/* Sub Pages */

#page-body {
	width: 930px;
	height: 100%;
	background-color: #FFF;
}
#page-body a {
	text-decoration: none;	
	color: #09F;
}
#page-body a:hover {
	color: #06F;	
}

#page-body .left-side {
	width: 610px;
	padding-right: 10px;
	background-color: #FFF;
}
#page-body .left-side p {
	line-height: 20px;	
}

#page-body .right-side {
	width: 300px;
	padding-left: 10px;
	min-height: 650px;
	background-color: #f7f7f7;
	background-image: url('images/side_bar_bg.png');
	background-repeat: repeat-y;
}

/* input */
input[type="text"] {
	width: 350px;	
}