/***************************************************/
/* Nicherama.com Stylesheet                        */
/* Copyright 2005-2007                             */
/* http://www.nicherama.com                        */
/* All Rights Reserved - Duplication Prohibited    */
/* Contact: admin@nicherama.com                    */
/***************************************************/

/*
There are comments through out this stylesheet that will help you edit your websites colors.
*/

/*
Below you can edit the background color. Change "background-color: #code;" to do so.
*/

body {
	margin: 0px;
	background-color: #003366;
	background-image: url(bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}

body a {
	color: #0000FF;
}

.container {
	margin: 0px auto;
	padding: 0px;
	width: 758px;
	background-color: #FFFFFF;
}

.header {
	width: 758px;
	height: 120px;
	background-image: url(header.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

/*
Below you can change the left adsense block background color. Change "background-color: #code;" to do so.
*/

.adsense {
	margin: 5px;
	width: 162px;
	border: 1px solid #CCCCCC;
	background-color: #F4F4F4;
	float: left;
	display: inline
}

.content {
	margin: 0px;
	width: 410px;
	float: left;
	display: inline
}

.contentblock {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 408px;
	text-align: left;
	border: 1px solid #CCCCCC;
}

/*
Below you can change the font face, size and color.
*/

.contentblock p {
	margin: 0px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.4em;
}

.contentblock h1 {
	margin: 0px;
	padding: 5px;
	background-color: #000066;
	background-image: url(menubg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
}

/*
Below you can change the main content link color.
*/

.contentblock a {
	font-weight: bold;
	color: #006699;
}

/*
Below you can change the main content hover link color.
*/

.contentblock a:hover {
	color: #66CC33;
}

.menu {
	width: 174px;
	float: right;
	display: inline
}

.menublock {
	margin: 5px;
	width: 162px;
	border: 1px solid #CCCCCC;
}

.menublock h3 {
	margin: 0px;
	padding: 5px;
	background-color: #000066;
	background-image: url(menubg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
}

/*
Below you can change the menu font face and size.
*/

.menublock p {
	margin: 0px;
	padding: 5px;
	background-color: #F4F4F4;
	border-top: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

/*
Below you can change the menu links color.
*/

.menublock a {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}

/*
Below you can change the menu links hover color.
*/

.menublock a:hover {
	color: #66CC33;
}

.footer {
	width: 738px;
	padding: 10px;
	text-align: center;
	clear: both;
}

/*
Below you can change the footer font face and size.
*/

.footer p {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.4em;
}

/*
Below you can change the footer link color.
*/

.footer a {
	color: #006699;
}