*	{
	margin: 0 0 0;
	padding: 0 0 0;
	}
	
html {
	overflow: -moz-scrollbars-vertical;
	}
	
body 	{
	font-family: arial, helvetica;
	color: #888;
	font-size: 12px;
	overflow-y: visible;
	}


#header
	{
	padding-bottom: 4px;
	}
	
#header_container {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	}
	
#header_container img {
	margin-top: 20px;
	}

#menu {
	list-style-type: none;
	margin: 20px 0 0px 40px;
	}

#menu li	{
	padding:15px 0 20px;
	text-align:center;
	width:85px;
	float: left;
	}

#menu li a {
	text-decoration: none;
	color: #887a73;
	font-size: 13px;
	}

#menu li.selected a {
	color: #ffffff;
	font-weight: bold;
	}
	
#menu li.selected {
	background: url(../images/menu_bg.png) 9px center no-repeat;
	}
	
#menu a:hover {
	color: #b0a49f;
	}

	
#content {
	width: 620px;
	margin: 0 auto;
	}

#footer {
	clear: both;
	height: 78px;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0
	overflow: auto;
	background: url(../images/footer_bg.png) top repeat-x;
	}
	
#footer ul {
	list-style-type: none;
	margin: 0 auto;
	width: 620px;
	padding: 0 0 0;
	}

#footer li {
	float: left;
	list-style-type: none;
	padding: 0px 5px;
	margin-top: 37px;
	}

#footer img {
	filter: alpha(opacity=30);
	opacity: 0.3;
	border: none;
	margin: 7px 0 0;
	}

#header img {
	border: none;
	}
	
#footer img:hover  {
	filter: alpha(opacity=100);
	opacity: 1;
	border: none;
	}
	

h1	{
	margin-top: 100px;
	color: #f47920;
	font-size: 40px;
	text-decoration: none;
	width: 200px;
	float: left;
	}

#content img {
	padding: 24px;
	margin-left: 10px;
	}

.intro_block img {
	background: url(../images/home_intro_bg.png) no-repeat;
	border: none;
	}
	
h2	{
	color: #fff;
	margin: 10px 0;
	font-size: 14px;
	background: url(../images/h1_bg.png) no-repeat;
	padding: 5px 20px 15px 10px;
	}
	
h3	{
	width: 200px;
	float: left;
	clear: left;
	}

h3 a	{
	color: #a3a3a3;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	}

h3 a:hover {
	color: #f47920;
	}



p	{
	line-height: 18px;
	margin: 0 0 16px 10px;
	}
	
a, p a:visited {
	color: #2E6996;
}
	
label {
	display: block;
	width: 150px;
	float: left;
	clear: left;
	margin-bottom: 20px;
	font-weight: bold;
	}
	
input, textarea	{ 
	float: left;
	border: 1px solid #aaa;
	margin-bottom: 15px;
	display: block;
	padding: 2px;
	}

textarea {
	width: 300px;
	height: 200px;
	}

input.submit {
	clear: left;
	border: 1px solid #c9c9c9;
	background: #f8f8f8;
	padding: 3px 5px;
	margin-left: 150px;
	cursor: pointer;
	}

input.submit:hover {
	color: #F47920;
	}

form img {
	float: left;
	clear: left;
	margin: 0 0 10px 150px;
	
	}
	
form {
	clear: both;
	padding-bottom: 500px;
	}

#right_block {	
	width: 520px;
	margin: 66px auto 0;
	padding-bottom: 80px;
	}

#right_block_home {
	width: 630px;
	margin: 40px auto 800px;
	padding-bottom: 50px;
	}

#right_block img {
	background: url(../images/content_img_bg.png) no-repeat;
	}
	
#right_block #captcha {
	background: none;
	margin-left: 125px;
	}
		
.intro_block {
	float: left;
	margin: 20px 20px 0 20px;
	width: 266px;
	}

img.bio_pic {
	float: left;
	clear: left;
	}
	
p.bio	{
	margin-left: 150px;
	height: 140px;
	}
		
img.testimonial_pic {
	float: left;
	clear: left;
	margin: 0 15px 15px 0;
	}
	
#notification {
	border: 3px dotted #F47920;
	padding: 10px;
	}
	
#error	{
	color: #ff0000;
	font-weight: bold;
	float: left;
	clear: both;
	margin: -15px 0 5px 150px;
	
	}
