@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */

body {
	background: #e4e4e4 url(img/bg.jpg) repeat-x;;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2em;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
}

#header {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#main {
	clear: both;
	overflow: hidden;
	padding-top: 15px;
}

#content {
	float: right;
	width: 600px;
	margin-right: 10px;
}

#sidebar {
	float: left;
	width: 159px;
	margin-left: 10px;
}

ul {
	list-style: disc;
	margin-left: 15px;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom:20px;
	padding-top:5px;
}

#border_top {
	margin:0 auto;
	margin-top:20px;
	height:20px;
	background: url(img/border_top.gif) no-repeat;
	width:800px;
}

#border_bottom {
	margin:0 auto;
	margin-bottom:20px;
	height:20px;
	background: url(img/border_bottom.gif) no-repeat;
	width:800px;
}


/* ----------------------------------------------------- Navigation */

#navigation {
	padding-top: 5px;
	padding-left:0px;
	width: 180px;
	line-height: 1.4em;
	width: 100px;
}

#navigation ul li {
	list-style: none;
	display:block;
	width: 100px;
}

#navigation ul li a {
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #727272;
	background-color: #cdcdcd;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px #ffffff;
	
}

#navigation ul li a:hover {
	background-color: #1f5aaa;
	color: #ffffff;

/* ----------------------------------------------------- Slider */








/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }
