/* General */

* {
	margin:0;
	padding:0;
}

body {
	background: #FFF url(../img/back.jpg) repeat-x;
	color: #2a2322;
	font-family:arial,sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: left;
}

a {
	text-decoration: none;
	color: #75a51c;
}

a:hover {
	text-decoration: underline;
}

a img {
	border:none;
}

/* Layout */

#container {
	width: 960px;
	margin: 0px auto;
}

#top img, #footer img {
	display: block;
}

#top {
	height: 80px;
}

#footer {
	height: 50px;
	position: relative;
}

#main {
	height: 340px;
	overflow: hidden;
	position: relative;
}

#header {
	height: 90px;
}

#content {
	width: 450px;
	height: 300px;
	padding: 30px;
	margin-left: 450px;
	overflow: hidden;
	padding-bottom: 10px;
}

#content-flash {
	width: 510px;
	margin-left: 450px;
	height: 330px;
	overflow: hidden;
}

#small-flash {
	position: absolute;
	height: 340px;
	width: 450px;
	left:0px;
	top: 0px;
}

#big-flash {
	
}

#footer a {
	position: absolute;
	bottom: 0px;
	right: 60px;
	height: 30px;
	width: 25px;
	display: block;
}

#content ul li {
	list-style: none;
	padding-left: 20px;
	background: url(../img/arrow.jpg) 0px 3px no-repeat;
}

#content p {
	padding-left: 10px;
}

#links ul {
	text-align: center;	
}

#links li {
	list-style: none;
	display: inline;	
	padding: 0px 10px;
	color: #333;
	font-size: 11px;
}

#links li a{
	color: #333;
	font-size: 11px;
}

#back a {
	display: block;
	width: 200px;
	margin: 0px auto;
}

#intro {
	width: 900px;
	height: 500px;
	margin: 0px auto;
}
