body {
	background-image: url('images/bg.png');
	background-color: #606060;
	background-repeat:repeat-x;
	color: white;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
}
#logo {
	position: absolute;
	width: 313px;
	height: 61px;
}
#head {
	position: absolute;
	width: 800px;
	top: 40px;
	left: 75px;
	text-align: right;
}
#info {
	margin-top: 60px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #757575;
}
#menu {
	margin-top: 20px;
	width: 800px;
	background-image: url('images/menu-bg.png');
	height: 49px;
}
#menu ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	color: black;
	font: 30px "Arial Black", Arial, Helvetica, sans-serif;
	margin-left: 0;
	padding-left: 25px;
	display: inline;
	padding-right: 25px;
}

li a:link {
	color: black;
	text-decoration: none;
}

li a:visited {
	color: black;
	text-decoration: none;
}li a:hover {
	color: red;
}

#content {
	position: absolute;
	width: 800px;
	left: 75px;
	top: 200px;
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #757575;
}

#content h2 {
	color: #ccc;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#content h2 a:link {
	text-decoration: none;
	color: #ccf;
}

#content h2 a:hover {
	color: #fcc;
}

#content p {
	width: 500px;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
}

#sidebar {
	line-height: 20px;
	font-size: 16px;
	background-color: #333;
	color: white;
	padding: 10px;
	margin-left: 50px;
	text-align: left;
	float: right;
	border-color: white;
	border-style: dashed;
	border-width: 1px;
	width: 200px;
}

#sidebar a {
	color: inherit;
}

#sidebar a:hover {
	color: red;
}

#sidebar ul {
	margin-left: 10px;
	padding-left: 0px;
	list-style-type: none;
}

table#gallery {
	border-spacing: 10px 10px;
}

table#gallery td {
	height: 150px;
	width: 200px;
	background-color: #666;
}

