@import 'common.css';

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: normal 13px Arial, sans-serif;
}

a, a:visited, a:link {
	color: #4b278b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

em {
	font-style: normal;
	font-weight: bold;
}

img {
	border: 0;
}

#container {
	width: 770px;
	margin: 0px auto;
	padding: 0 0 30px 0;
	text-align: left;
	background: #dedede url('../img/layout/sidebar_bg.png') repeat-x bottom;
}

#header {
	background: #4c288c url('../img/layout/top_bg.png') repeat-x;
	height: 117px;
	padding: 0 0 0 35px;
}

#header img {
	float: left;
}

#header_contact {
	padding: 20px;
	padding-right: 22px;
	text-align: center;
	font-size: 125%;
	color: #fff;
	font-weight: bold;
}

#header_contact a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navigation {
	padding: 5px 0 0 125px;
	float: left;
	list-style: none;
	min-width: 65%;
}

#navigation li {
	float: right;
	padding: 0 5px 0 0px;
	color: #fff;
	font: bold 13px Arial, sans-serif; 
}

#sidebar {
	float: left;
	width: 200px;
	padding: 5px 0 20px 0;
}

#sidebar a {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar div {
	margin: 5px 0;
	padding: 5px;
	background-color: #efefef;
	font-weight: bold;
	color: #777;
}

#sidebar ul {
	padding-left: 15px;
	list-style: none;
}

#sidebar ul li {
	font: normal 13px Arial, sans-serif;
}

#content {
	float: left;
	width: 549px;
	min-height: 350px;
	padding: 10px;
	background-color: #fff;
}

div.gallery img {
	margin: 0 5px;
}
