@charset "utf-8";
/* CSS Document */
/* Olden Design */

body, html {
	background : #2c3844 url(../images/bg_body.jpg) top left repeat-x fixed;
	font : normal 11px Verdana, Arial, sans-serif;
	color : #fff;
	margin : 0;
	padding : 0;
	height : 100%;
}

p {
	margin : 0 0 1.8em;
	line-height : 1.6em;
}

div#content p, td {
	font : normal 11px Verdana, Arial, sans-serif;
	color : #fff;
	line-height : 1.6em;
}

a {
	color : #f90;
	text-decoration : none;
}

a:hover {
	color : #fff;
	text-decoration : underline;
}

h1 {
	font : normal 18px/22px "Trebuchet MS";
	color : #fff;
	margin : 0 0 1em;
}

h2 {
	font : normal 20px/28px "Trebuchet MS";
	color : #999da4;
	border : 1px solid #52555b;
	text-align : right;
	letter-spacing : 5px;
	padding : 0.5em;
	background : #53565b;
	text-transform : none;
	font-weight : normal;
}

h3 {
	font : bold 16px/28px "Trebuchet MS";
	color : #fff;
	text-transform : uppercase;
	margin : 0 0 1em;
}

div#content img{ border: 1px solid #000; }

div#editmaindocument img{ border: 0px solid #fff; }

div#wrap {
	position : relative;
	width : 900px;
	margin : 0 auto;
	background-color : #585b61;
	min-height : 100%;
	border-left : 3px solid #435261;
	border-right : 3px solid #435261;
}

div#header {
	width : 900px;
	height : 155px;
}

div#menu {
	width : 900px;
	height : 60px;
	background-color : #262a33;
	margin : 0;
	padding : 0;
}

div#content {
	width : 800px;
	padding : 50px 50px 100px;
	margin-bottom : 100px;
	min-height : 900px;
	height : auto;
}

div#footer {
	position : absolute;
	bottom : 0;
	margin-top : 50px;
	clear : both;
	width : 900px;
	padding-top : 20px;
	text-align : center;
	color : #81858e;
	background-color : #262a33;
}

div#tagmark {
	text-align : center;
	padding : 10px 0;
}
