* { font-size: 100%; }
:focus {outline: 0;}


body {
margin: 0;
padding: 0;
color: #444343;
background:#f0f0f0 url(images/background2.jpg) repeat-x;
font-family: arial;
font-size: 12px;
}
img{
padding: 0;
margin: 0;
}

#container{
width: 950px;

margin-left: auto;
margin-right: auto;
}

	#menu {
	margin-right:auto;
	margin-left: auto;
	width: 950px;
	height: 48px;
	background-image: url(images/menu.png);
	}
	
		#menu-1{
		width: 650px;
		height:48px;
		float: left;
		}
		#menu-1 ul{
		list-style: none;
		margin:0;
		padding-left:10px;
		}

		#menu-1 li {
		float: left; 
		margin-left: 4px;
		height: 25px;
		}
		#menu-1 li a{
		font-family: verdana;
		font-weight: bold;
		font-size: 18px;
		color: #fafafa;
		text-decoration: none; 
		display: block; 
		line-height: 48px;
		padding-left: 10px;
		padding-right: 10px;
		}
		#menu-1 li a:hover{
		background-image: url(images/menu-hover.jpg);
		height: 48px;
		color: #fafafa;
		}
	#menu-2{
	width: 250px;
	font-size: 12px;
	float: right;
	color: #fafafa;
	padding-top: 20px;
	}
		#menu-2 img{
		border: 0px;
		margin-left: 10px;
		}

	

	#header{
	margin-top: 25px;
	height: 135px;
	width: 950px;
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 5px;
	}
		#logo{
		width: 346px;
		height: 111px;
		margin-top: 30px;
		margin-left: 25px;
		float: left;
		}

		#header img{
		float:right;
		text-align: right;
		}
	
	#content-head{
	width: 950px;
	height: 24px;
	margin-top: 25px;
	background-image: url(images/content-head.png);
	background-repeat: no-repeat;
	}
	#content{
	width: 950px;
	background-image: url(images/content.png);
	background-repeat: repeat-y;
	overflow: hidden;
	}
	#content-left{
	float: left;
	width: 650px;
	padding-left: 40px;
	}	
	#content-right{
	float: right;
	width: 190px;
	padding-right: 10px;
	}
	#content-footer{
	width: 950px;
	height: 50px;
	background-image: url(images/content-footer.png);
	}
	
	#footer{
	text-align: center;
	font-size: 10px;
	height: 30px;
	}
	#footer a{
	color:#444343;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	}
	#footer a:hover{
	color: #2f3f6a;
	}
	
#content h1{
font-size: 18px;
color: #2f3f6a;
padding-bottom: 8px;
padding-top: 5px;
border-bottom: 1px solid #d0d0d0;
}
#content-right h1{
font-size: 18px;
color: #2f3f6a;
}
#content-left h1{
background-image: url(images/bullet-flower.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0px 3px;
padding-left: 45px;
}

#content a{
	color:#444343;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover{
	color: #2f3f6a;
}
.textarea{
border:0px; 
border:1px solid #d0d0d0;
color: #444343;
margin-top: 5px;
}
.textfield, .email, .captcha_table input{
border:0px; 
border:1px solid #d0d0d0;
color: #444343;
margin-top: 5px;
}

.field_title{
font-size: 11px;
}

td, tr, table {
padding: 0;
margin: 0;
}
td p, tr p, table p{
padding: 0;
margin: 0;
}
