/* GLOBAL */

* { 
	margin:0px;
	padding:0px;
}

body {
	font-family: Arial, Times, Verdana;
	background:#e0f0e0;
	color:#111;
}

ul li{
  width:200px;
  float:left;
  padding:0 0 0 16px;
  text-align:left;
  line-height:18px;
  list-style-type:none;
  background:url(images/dot.gif) 6px 8px no-repeat;
  font-size:12px;
}

a {
	color:#303530;
	background: transparent;
	text-decoration:none;
}

a:hover {
	color:#696;	
}

img {
	border:0px #303530 none;
}

/* PAGE SHADOW */

#page-container {
	margin: 20px auto;
	position:absolute;
	left:0%;
	right: 0%;
	z-index: 0;
}

body > #page-container {
	background:url(images/shadow.gif) center repeat-y;
}


#top-shadow {
	background:#e0f0e0  url(images/shadow_top.gif) center top no-repeat;
	width: 100%;
	height:16px;
}

#bottom-shadow {
	background: #e0f0e0 url(images/shadow_bottom.gif) center bottom no-repeat;
	width: 100%;
	height:16px;
}

#header {
	margin: auto;
	width: 768px;
	height: 112px;
	background: transparent url(images/header_ani2.gif) center bottom no-repeat;
}


/* SITEMENU */

#sitemenu {
	width:768px;
	margin: auto;
	height: 24px;
	background: #00004A;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
}

#sitemenu a {
	margin: 12px;
	text-decoration:none;
	background: #00004A;
	color:ivory;
}
#sitemenu a:hover {
	text-decoration:underline;
}

/* GENERAL */

#content-container {
	width:780px;
	margin:auto;
	min-height:500px;
	background: transparent;
}

#main-content {
	float: left;
	width: 510px;
	min-height: 400px;
	padding: 10px;
}

#main-content h2 {
	font-size: 18px;
}

#main-content p {
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	border: #999 dotted 1px;
}


#side-bar {
	float: right;
	width: 210px;
	min-height: 400px;
	margin: 10px 3px 5px 5px;
	padding: 10px;
	font-size: 14px;
	color: #555555;
}

#footer {
	width: 100%;
	height: 40px;
	background-color: #e0f0e0;
	color: #111;
	text-align: center;
	font-size: 12px;
}
.floatright {
	float: right;
	margin: 10px 10px 10px 10px;
}