@charset "utf-8";
/* CSS Document */

/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
         ++++++++++++++++++ General Stylings ++++++++++++++++++
         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/


a {
	color: #000;
	text-decoration:none;
	font-weight:bold;
}
a img {
	border: none;
}
img {
}
a:hover {
	color:#000;
	text-decoration:none;
}
blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}
/*++++++++++++++++++ The BACKGROUND IMAGE +++++++++++++++++++++*/

body {
	background:url(images/background.jpg) no-repeat 0 0 #fff;
	background-attachment:fixed;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font
	margin: 0;
	padding: 0;
}
cite {
	font-size: 90%;
	font-style: normal;
}
h1 {
	font: 20px 'Arial', Verdana, sans-serif;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	font-weight:bold;
}
h2 {
	font: 95% 'Arial', Verdana, sans-serif;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}
h3 {
	font-family: Arial, Verdana, sans-serif;
	margin: 0 0 5px 0;
}
p, li {
	font: 14px 'Arial', Verdana, sans-serif;
	line-height:17px;
	color:#fff;
}

/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
        ++++++++++++++ Containers and Headers ++++++++++++++++
         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/* ++++++++++++++++++ The Main Container ++++++++++++++++++ */

#rap {
	width:100%;
	position:absolute;
	top:0;
}
/* ++++++++++++++++++ The Content Container - where your posts are ++++++++++++++++++ */

#content {
	width: 800px;
	background:#FFFFFF;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	padding: 0 0 0 0;
	top:0;
	float:center;
	overflow:hidden;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-khtml-border-radius-bottomleft:15px;
	-khtml-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
}

/* ++++++++++++++++++ The Header Section ++++++++++++++++++ */
#header {
	width:810px;
	font-family: Verdana, Arial, sans-serif;
	overflow:hidden;
	margin:0 0 0px 0;
	padding: 0px 0 0px 0;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-khtml-border-radius-topleft:0px;
	-khtml-border-radius-topright:0px;
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	text-decoration: none;
}
#header h1 {
	font-family:verdana, arial, sans-serif;
	font-size:29px;
	margin: 15px 0 0 20px;
	padding:0;
	color:#fff;
	z-index:1;
}
#header h1 a:hover {
}
#header h2 {
	margin-top:2px;
	font-family: verdana, arial, sans-serif;
	font-size:13px;
	color:#fff;
	margin-left:25px;
}
#headerleft {
	float:left;
	width:80%;
}
#headerright a {
	background:url(../../Index/images/rss2.jpg) no-repeat -1px -64px #000;
	width:60px;
	height:59px;
	cursor:pointer;
	float:right;
	margin:10px 20px 0 0;
}
#headerright a:hover {
	background:url(../../Index/images/rss2.jpg) no-repeat -1px -1px;
}
.navlink, .navlink a {
	margin:20px 48px 20px 0;
	color:#808080;
	padding:10px;
	text-align:center;
	font-size:10px;
}
.navlink a:hover {
	color:#000;
}
#headmenu {
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	width:800px;
	letter-spacing:-1px;
	float:none;
	margin: 0px 0 0 0;
	color:#fff;
	overflow:hidden;
}
#headmenu a {
	color:#000;
	background:#fff;
	padding:3px 10px 2px 10px;
	margin:0 0 0 3px;
	line-height:21px;
	opacity: 0.8;
	filter:alpha(opacity=80);
	zoom:1;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-khtml-border-radius-bottomleft:0px;
	-khtml-border-radius-bottomright:0px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
}
#headmenu a:hover {
	text-decoration:none;
	color:#fff;
	background:#5b836f;
}
#headmenu ul {
	margin-top:0;
}
#headmenu ul li {
	float:right;
	list-style-type:none;
}
