@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../Images/PhotoGray_browser_bg-2.jpg);
	background-repeat: repeat;
}
#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../Images/Darkroom_spotlight.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header {
	margin-top: 10px;
	margin-bottom: 12px;
}
#logo {
	height: 120px;
	padding-bottom: 12px;
}

#content {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 10px;
	margin-left: 20px;
	color: #FFF;
	clear: both;
}
#Advert {
	align: center;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#footer {
	clear: both;
	margin-top: 12px;
	margin-bottom: 20px;
}
#nav {
	height: 25px;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	background-image: url(../Images/Nav.jpg);
}
#left_coloum {
	float: left;
	width: 475px;
}
#right_coloum {
	float: right;
	width: 185px;
	border-right-width: thin;
	border-right-style: none;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #2C2E2D;
	text-align: center;
}
#tagline {
	clear: both;
	margin-top: 12px;
	margin-bottom: 20px;
}

.Image {
	border: medium inset #FDD32C;
}



h1 {
	color: #FDEB01;
	text-transform: none;
	padding-left: 20px;
	padding-top: 10px;
}
h2 {
	color: #FDEB01;
	text-transform: none;
	padding-left: 20px;
	padding-top: 10px;
}
h3 {
	color: #FDEB01;
	text-transform: none;
}
h4 {
	color: #FDEB01;
}
h5 {
	color: #FDEB01;
	text-transform: none;
}
h5 a {
	color: #FDEB11;
}



a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FEEC02;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

