@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #2D2D24;
}

#container {
	margin: auto;
	width: 950px;
	background-color: #404130;
	background-image: url(images/top_bar.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#topbar {	
	padding-top: 10px;
	width: 950px;
	height: 50px;
}

#middlecontainer {
	overflow: auto;
}

#leftsidehome {
	margin-top: 10px;
	width: 632px;
	float: left;
}

#gallery {
	margin: 10px auto;
	width: 750px;
}

#gallerylogo {
	width: 950px;
	background-color: #1D1E16;
}

#rightsidehome {
	width: 225px;
	float: right;
	margin-top: 100px;
	padding: 0 47px 0 43px;
	font-family: Georgia;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 21px;
	text-align: justify;
}

#rightsidehome h1 {
	font-size: 18px;
	color: #8E8E70;
	font-variant: small-caps;
	font-weight: lighter;
	letter-spacing: 1px;
}

#bottomnavigation {
	margin: auto;
	padding: 10px 0 0 0;
	width: 950px;
	font-family: Georgia;
	font-size: 12px;
	color: #8E8E70;
	font-variant: small-caps;
	text-align: center;
	letter-spacing: 1px;
}

a.one:link {
	text-decoration: none;
	color: #8E8E70;
	padding: 0 4px 0 4px;
}

a.one:visited {
	text-decoration: none;
	color: #8E8E70;
	padding: 0 4px 0 4px;

}
a.one:hover {
	text-decoration: underline;
	color: #FFFFFF;
	padding: 0 4px 0 4px;
}

a.two:link {
	text-decoration: none;
	letter-spacing: 1px;
	color: #E4E6A3;
	padding-bottom: 1px;
	border-bottom: dotted 1px #8E8E70;
}

a.two:visited {
	text-decoration: none;
	letter-spacing: 1px;
	color: #E4E6A3;
	border-bottom: dotted 1px #8E8E70;

}
a.two:hover {
	text-decoration: none;
	letter-spacing: 1px;
	color: #8E8E70;
	border-bottom: dotted 1px #1D1E16;
}

