* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ebebeb;	
}

html body {
	height: 100%;
}

#wrap {
	position: relative;
	width:1024px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background: url(../images/background.jpg) top no-repeat;
	background: #edf1f2;
}

/*-- text styles --*/

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #333;
	margin-bottom: 1.2em;
	text-align: left;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #000;
	margin-bottom: 0.5em;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	margin-bottom: 0.5em;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #d70000;
}


/*-- page elements--*/

#header {
	height: 120px;
	background-color: #FFF;
	padding-top: 34px;
}

#header p {
	text-align: center;	
}

#redbar {
	height: 30px;
	background-color: #d70000;
}

#redbar p {
	font-size: 1em;
	color: #FFF;
	text-align: center;
	padding-top: 4px;
}

#main {
	height: 500px;
	margin-top: 10px;
}

#left_col {
	float: left;
	width: 200px;
}

#left_col ul {
	list-style: none;
}

#left_col ul li {
	width: 156px;
	height: 30px;
	background: url(../images/button.png) no-repeat;
	margin-bottom: 10px;
	padding-top: 8px;
}

#left_col ul li a {
	color: #FFF;
	font-size: 0.9em;
	margin-left: 30px;
}

#left_col ul li a:hover {
	color: #000;
}

#mid_col {
	float: left;
	width: 450px;
	height: 500px;
	margin-left: 12px;
	background-color:#d7d7d7;
	background: url(../images/background_content.jpg) top no-repeat
}

#content {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#content p {
	font-size: 0.8em;	
}

#right_col {
	float: left;
	width: 350px;
	margin-left: 12px;
}

#right_col img {
	margin-left: 25px;
	margin-bottom: 10px;
}

#gal_col {
	float: left;
	width: 800px;
	height: 820px;
	background: url(../images/background_gallery.jpg) no-repeat #dfdfdf;
	margin-left: 12px;
}

#wide_col {
	float: left;
	width: 800px;
	height: 230px;
	background: url(../images/background_gallery.jpg) no-repeat;
	margin-left: 12px;
}

#big_pic {
	margin-left: 12px;	
	margin-top: 10px;
}

#gal_title {
	float: left;
	width: 115px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#gal_title ul {
	list-style: none;
	margin-top: 20px;
}

#gal_title ul li {
	padding-bottom: 30px;	
}

#blackbar {
	height: 15px;
	background-color: #000;
	margin-top: 10px;
}

#footer {
	height: 65px;
	margin-top: 10px;
}

#footer_left {
	float: left;
	width: 502px;
	margin-left: 10px;
}

#footer_left p {
	font-size: 0.8em;	
}

#footer_right {
	float: left;
	width: 502px;
	margin-right: 10px;
}

#footer_right p {
	text-align: right;
	font-size: 1.2em;
	color: #d70000;
}
