/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
*{
	margin:0;
	padding-left: 10;
}
body {
	background: #285eaa;
	margin-top: 20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #000;
}

h1, h2, h3, h4, h5 {
	margin: 2;
}

ul, ol {
	margin: 0 30px;
	padding: 0 10px;		
}

/* Header */

#header {
	width: 980px;
	height: 190px;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #FFF;
	border-bottom: none;
	background: url(images/header_980.jpg) 0 0 no-repeat;
}


#header h1 {
	margin: 10px 0 0 50px;
	font-size: 50px;
	letter-spacing: 1px;
	color: #FFF;
}
#header h2 {
	margin: 15px 0 0 150px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #FFF;
	
}

a {
	color: #1170c2;
	text-decoration: none;
}

a:hover {
	color: #3d6bbf;
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
	border: 2px solid;
}

/* Menu */
#menu{
		width:100%;
		margin-left: 70px;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
			}
				#menu li a{
					display:block;
					float:left;
					height:66px;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background:url(images/menu_007_left.jpg) no-repeat left;
					line-height:43px;
					padding:0 0 0 7px;
					text-decoration:none;
				}
				#menu li a span{
					display:block;
					float:left;
					background:url(images/menu_007_right.jpg) no-repeat right;
					height:66px;
					color:#fff;
					line-height:43px;
					padding:0 14px 0 6px;
				}
					#menu li a:hover{
						display:block;
						float:left;					
						background:url(images/menu_007_left_h.jpg) no-repeat left;
						height:66px;
					}
					#menu li a:hover span{
						display:block;
						float:left;					
						background:url(images/menu_007_right_h.jpg) no-repeat right;
						color:#fff;
						height:66px;
					}
				#menu li a.current{
					display:block;
					float:left;
					height:66px;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background:url(images/menu_007_left_h.jpg) no-repeat left;
					line-height:43px;
					padding:0 0 0 7px;
					text-decoration:none;
				}
				#menu li a.current span{					
					display:block;
					float:left;
					background:url(images/menu_007_right_h.jpg) no-repeat right;
					height:66px;
					color:#fff;
					line-height:43px;
					padding:0 14px 0 6px;
				}



/* Content */

#content {
	width: 980px;
	margin: 0 auto;
	border: 10px solid #cedadb;
	border-top: none;
	background: #fff;
}

#colOne {
	float: right;
	width: 310px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: left;
	margin-top: 20px;
	width: 580px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 0px;
}


#footer {
	width: 720px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
	color:#FFF;
}
