/* CSS style - devadesign */

/* general */

body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:url(img/header.jpg) top center no-repeat;
	background-color:#fff2cd;
	font:15px "Trebuchet MS";
	font-weight:bold;
	line-height:26px;
	color:#666666;
}

a:link {
	color: #006600;
	text-decoration: none;
	outline: none;
	font-weight:bold;
}

a:visited {
	color:#006600;
	text-decoration: none;
	outline: none;
	font-weight:bold;
}

a:hover {
	color: #509000;
	text-decoration:underline;
	outline: none;
	font-weight:bold;
}

a:active {
	color:#006600;
	text-decoration:underline;
	outline: none;
	font-weight:bold;
	text-align: right;
}

img {
	border: none;
}

ul, ol {
	margin: 4px 0 4px 0;
	padding: 0px;
}

h1 {
	font:26px "Trebuchet MS";
	color:#006600;
	font-weight:lighter;
	margin:0;
}

h2 {
	font:18px "Trebuchet MS";
	color:#444444;
	font-weight:lighter;
	margin:0;
}

.style1 {
	color: #888888;
	font-size: 12px;
}

/* content */

#header {
	position:relative;
	width:900px;
	height:202px;
	margin: 0 auto;
}

#navbar {
	position:relative;
	width: 900px;
	height:44px;
	margin: 0 auto;
	font-size: 17px;
}

#main {
	position:relative;
	width: 900px;
	margin: 0 auto;
	font-size: 15px;
}

#content-top {
	position:relative;
	margin: 0 auto;
	background:url(img/content-top.jpg) top center no-repeat;
	width: 900px;
	height: 9px;
}

#main-content {
	position:relative;
	background:url(img/content.jpg) top center repeat-y;
	width: 830px;
	height: auto;
	padding:0 35px 0 35px;
	margin: 0 auto;
}

#content-bottom {
	position:relative;
	padding:0;
	background:url(img/content-bottom.jpg) top center no-repeat;
	width: 900px;
	height: 14px;
	margin: 0 auto;
}

#footer {
	position:relative;
	padding:0;
	width: 900px;
	height: auto;
	margin: 0 auto;
	font-size: 12px;
	color:#333333;
}

/* NAVBAR */

#navbar ul {
	position:relative;
	width: 900px;
	list-style: none;
	line-height: 17px;
}

#navbar li {
	float:left;
	list-style: none;
	padding:0 0 0 60px;
}

.clear {
	clear:both;
}

