@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-color: #1b1b1b;
}
#wrapper {
	width: 1000px;
	margin: auto;
}
#page {
	margin: auto;
	width: 960px;
	background-color: #181818;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding-top: 13px;
	padding-left: 10px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	padding: 10px;
	text-align: justify;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 14px;
	padding: 10px;
	text-decoration: underline;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: underline;
}
#content {
	width: 550px;
	float: left;
	margin: 5px;
}
#gallery img {
	border: thin solid #FFF;
	margin: 3px;
}

#right_sidebar {
	float: right;
	width: 190px;
	margin: 5px;
}
.heading_content {
	background-image: url(images/heading.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 550px;
}

#left_sidebar {
	width: 190px;
	float: left;
	margin: 5px;
}
.heading {
	background-image: url(images/heading_sidebar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 190px;
}
#footer {
	clear: both;
	margin: 5px;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	background-color: #181818;
}
#footer p {
	text-align: center;
}
#footer a {
	font-size: 10px;
}
li a {
	color: #CCC;
}
li {
	list-style-type: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	padding-top: 15px;
	padding-bottom: 3px;
}
#right_sidebar p {
	text-align: left;
}
h5 {
	font-size: 36px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-style: italic;
	padding: 10px;
}
h5 img {
	margin-right: 15px;
}
#content ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	list-style-type: square;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
