* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #883030 url(images/img1.jpg) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

h1, h2, h3 {
	color: #051747;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #9070BB;
}

a:hover {
	text-decoration: none;
}

img {
	border: 1px solid #3B3B3B;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.gfx {
border: 0;
}

.boxed .title {
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 20px;
	border-bottom: 1px solid #3B3B3B;
}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 800px;
	height: 150px;
	margin: 0 auto;
	background: #69B10A url(images/img2.jpg) center;
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 5px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 5px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}
#top { 
width: 800px;
margin: 0 auto;
background:#051747;
height:21px;
color:#FFFFFF;
font-size:11px;
}

a.top:link {
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
}

a.top:hover {
color:#883030;
text-decoration:none;
}

a.top:visited {
color:#FFFFFF;
text-decoration:none:
}

a:link {
color:#081747;
text-decoration:none;
}
a:hover {
color:#883030;
}
a:visited {
color:#081747;
text-decoration:none;
}
/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: url(images/img3.gif) repeat-y;

}

#content {
	float: right;
	width: 597px;
	padding-right: 1px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Menu */
/*
#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background:#F1C8E2;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 7px 35px;
	background-image:url(images/sidenavr.png);
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
background-color:051747;
	color: #FFFFFF;
	text-decoration:none;
	font-size:14px;
}

#menu .active a {
	color: #fff;
	background-image:url(images/sidenavb.png);
	background-position: 0 0 0 0;
}

.menu li ul {
padding-left:40px;
}
*/
/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
margin-top:20px;
	margin-bottom: 15px;
}

#updates h3 {
	font-size: .77em;
}

/* Footer */

#footer {
	width: 770px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #051747;
	font-size: .77em;
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

.container {
   position: relative;
   height: 50px;
   }

.left-element {
	position: absolute;
	left: -1px;
	width: 50%;
	top: 0px;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
   } 
