body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/BG.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000084;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(../images/Blockquote.gif) repeat-y;
}

a {
	color: #000084;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #759AD2;
	font-weight: bold;
}

/* Header */

#header {
	width: 790px;
	height: 139px;
	margin: 0 auto;	
	background: url(../images/Header.jpg) no-repeat;
}

#header h1, #header h2 {	
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 90px 0 0 20px;
	font-size: 1.5em;
}

#header h2 {
	float: right;
	padding: 104px 20px 0 0;
	font-size: 1.4em;
}

/* Menu */

#menu {
	width: 730px;
	height: 50px;
	/**margin-left: 285px;**/
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 13px 15px 0 15px;
	background: url(../images/Menu_Lines.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
	height: 28px;
}

#menu a:hover {
	color: #FFFFFF;
	background: #FFFFFF url(../images/Menu_Hover.jpg) repeat-x left;	
}

#menu .first a {
	background: none;
}

#menu .first a:hover{
	color: #FFFFFF;
	background: #FFFFFF url(../images/Menu_Hover.jpg) repeat-x left;	
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto 20px auto;
	padding: 20px;
	border: 1px solid #C2C2C2;
	background: #FFFFFF url(../images/ContentBG.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
	float: right;
	width: 500px;
	background: url(../images/LinkDivider.gif) repeat-y left;
	padding-left: 20px;
}

/* Links */

#links {
	float: left;
	width: 200px;
	padding-right: 20px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(../images/Rlinks_line.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
	color: #000084;
}

#links li a:hover {
	text-decoration: underline;
	color: #759AD2;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
	color: #666666;
}

/* Footer */

#footer {
	height: 40px;
	padding: 5px 0 0 0;
	background: #2D2D2D url(../images/Footer_BG.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}