body{
	background: #ececec url(images/bg.gif) repeat-x;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #323232;
}
a{
	color: #061ed5;
}
ul, ol{
	line-height: 18px;
}
h1, h2, h3{
	margin: 10px 10px 10px 15px;
}
h1{
	color: #202d5f;
	font-size: 14px;
}
h2{
	font-size: 12px;
}
input, select, textarea{
	border: 1px solid #021554;
	font-size: 11px;
	font-family: arial, verdana;
}
label {
	display: block;
	padding: 10px 0 0 0;
	margin: 0;
	color: #fff;
	font-weight: bold;
}
/*****************Main Elements*******************/

#container, #header, #content, #footer{
	width: 829px;
	margin: 0 auto;
	position: relative;
}
#header{
	background: url(images/header.jpg) no-repeat;
	height: 232px;
}
#content{
	background: url(images/content-bg.gif) repeat-y;
	padding-top: 28px;
}
#content p{
	text-align: justify;
	line-height: 18px;
	margin: 10px 10px 10px 15px;
}
#footer{
	background: url(images/footer.gif) no-repeat;
	height: 33px;
	font-size: 11px;
}
#footer p{
	margin: 0;
	padding: 30px 0 20px 0;
	text-align: center;
	color: #515151;
}
#footer a{
	color: #515151;
}
#bg-form{
	background: url(images/bg-form.gif) repeat-y;
}
#form-bg-b{
	background: url(images/bg-form-big.gif) repeat-y;
}
#quickcontact{
	margin: 10px 20px 10px 30px;
}
#quickcontact2{
	margin: 10px 20px 10px 150px;
}
#quickcontact p{
	margin: 0;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	padding: 0 30px 10px 0;
	text-align: left;
}
#pad{
	padding: 10px 10px 10px 25px;
}
/****************Navigation*******************/

#navigation {
	position: absolute;
	width: 829px;
	height: 28px;
	padding: 0;
	margin: 0;
	top: 232px;
	left: 0px;
	z-index: 1000;
	}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 15px;
	font-family: arial;
	font-size: 11px;
}
#nav a {
	display: block;
	text-decoration: none;
}
#nav li { /* all list items */
	float: left;
	padding: 0;
	margin: 0;
}
a#navTop1 {height: 28px; width: 159px;   font-size: 10px;}
a#navTop2 {height: 28px; width: 214px;	 font-size: 10px;}
a#navTop3 {height: 28px; width: 217px;	 font-size: 10px;}
a#navTop4 {height: 28px; width: 190px;	 font-size: 10px;}

a#navTop1:link,#navTop1:visited {background: url(images/home.gif) no-repeat; text-indent:-9999px;}
a#navTop2:link,#navTop2:visited {background: url(images/divorce.gif) no-repeat; text-indent:-9999px;}
a#navTop3:link,#navTop3:visited {background: url(images/about.gif) no-repeat; text-indent:-9999px;}
a#navTop4:link,#navTop4:visited {background: url(images/contact.gif) no-repeat; text-indent:-9999px;}

a#navTop1:hover {background: url(images/home.gif) 0 -28px no-repeat;}
a#navTop2:hover {background: url(images/divorce.gif) 0 -28px no-repeat;}
a#navTop3:hover {background: url(images/about.gif) 0 -28px no-repeat;}
a#navTop4:hover {background: url(images/contact.gif) 0 -28px no-repeat;}



