@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	background-color: #303e5f;
}

#spread	{
	width: 800px;
	height: 768px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #ffcc33;
	border-right: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
}
#header	{
	position:relative;
}
#logo	{
	padding-top: 25px;
	padding-left: 10px;
	width: 300px;
}
#navigation	{
	position:absolute;
	right: 25px;
	top: 60px;
}
#content	{
	width: 650px;
	margin-left: 75px;
	background-color: #303e5f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fc3;
	padding: 25px;
	color: #ffffff;
	min-height: 600px;
}
#footer	{
	margin-top: 5px;
	color: #FFFFFF;
	font-size:10px;
	float: right;
	margin-right: 25px;
}
/* Blog Module Style */
div.mod_blog_postTitle	{
	font-weight:bold;
}
div.mod_blog_postDetails	{
	font-size:10px;
	margin-bottom: 10px;
}
div.mod_blog_postMessage	{
	border-bottom: 1px solid #ffcc33;
	padding-bottom: 10px;
}
div.mod_blog_postMessage a:link, div.mod_blog_postMessage a:visited{
	color: #999;
	text-decoration:none;
}
div.mod_blog_postMessage a:hover	{
	color: #ffcc33
}
#mod_blog_commentform	{
	border-top: 1px solid #ffcc33;
	padding-top: 5px;
}
#mod_blog_commentform form fieldset legend	{
	padding: 0;
	margin: 0;
	font-weight:bold;
}