/* CSS Document */

/*  RESET STYLES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666;
}


/*  Wrapper class is used to position * *ALL* * the elements in the theme*/
.wrapper {					
width: 940px;
margin: 0 auto;
}

h3 {
	font-size: 21px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #333;
}

h4 {
	font-size: 20px;
	margin-bottom: 5px;
	color: #333;
}

h6 {
	font-size: 15px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #333;
}

.clear {
clear: both;
}

a {
text-decoration: none;
color: #3399dd;
}

a:hover {
text-decoration: underline;
}

/* HEADER */
#header {
background: url(../images/header.png) #111;
height: 100px;
}

#logo {
	margin-top: 150px;
	width: 280px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/*   HOME CONTENT  */
#home_content {
	width: 100%;
	padding-top: 20px;
}
#home-flash {
	width:600px;
	margin:0 auto;
	clear: both;
}

#contact {
	width:700px;
	text-align:center;
	margin:0 auto;
	padding-top:15px;
}

