
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #0048B3 url(images/img01.png) repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #626262;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #7D7764;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #731F1F;
}

a:hover {
}

#wrapper {
	overflow: hidden;
	background: #FFFFFF url(images/img02.png) repeat-x left top;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 600px;
}

#header {
	width: 700px;
	height: 532px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat right top;
}

/* Menu */

#menu-wrapper {
	overflow: hidden;
	width: 950px;
	height: 80px;
}

#menu {
	overflow: hidden;
	width: 950px;
	height: 80px;
	background: url(images/img03.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	font-family: 'Oswald', sans-serif;
}

#menu li {
	display: inline-block;
	border-right: 1px solid #64DAFE;
}

#menu a {
	display: block;
	height: 80px;
	margin: 0px;
	padding: 0px 14px;
	line-height: 80px;
	text-decoration: none;
	text-transform: lowercase;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 5;
	color: #FFFFFF;
	border: none;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: url(images/img06.png) repeat-x left top;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
}

/* Logo */

#logo {
	overflow: hidden;
	font-family: 'Oswald', sans-serif;
}

#logo h1, #logo p {
	text-shadow: 1px 1px 0px #5E8CC3;
	text-transform: uppercase;
}

#logo h1 {
	padding: 200px 0px 0px 0px;
	letter-spacing: -1px;
	font-size: 80px;
}

#logo p {
	margin-top: -20px;
	padding: 0px 0px 0px 5px;
	
	font-size: 20px;
	font-weight: 300;
	color: #B8D1EE;
}

#logo p a {
	color: #696969;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

#content h2 {
	text-indent:50px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 200;
	color: #000000;
}


#content h3 {
	text-indent:25px;
	text-transform: uppercase;
	font-size: 3em;
	font-weight: 200;
	color: #000000;

}

/* Sidebar */

#sidebar1 {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #787878;
}

#sidebar1 h2 {
	padding: 0px 0px 20px 0px;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 200;
	color: #262626;
}

#sidebar2 {
	float: right;
	width: 245px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #787878;
}

#sidebar2 h2 {
	padding: 0px 0px 20px 0px;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 200;
	color: #262626;
}

#sidebar2 a {
	border: none;
}

#sidebar2 a:hover {
	text-decoration: underline;
}

