* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	background: #696969;
	/*
	background: #FFFFFF;
	*/
	color: #000000;
	border-top:5px solid #000000;
}
a {
	color:#d637ab;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#d637ab;
	font-size:12px;
	text-decoration:none;
}
.logo {
	color:#000000;
	font-size:48px;
	padding:0 0 0 0px;
}
.logo span {
	color:#fd8edf;	
}
.author {
	padding:0 0 20px 20px;
}
h1 {
	color:#666666;
	font-size:18px;
	font-weight:bold;
	padding:0 0 10px 0;
}
h2 {
	color:#666666;
	font-size:24px;
	font-weight:bold;
	padding:10px 0 10px 0px;
}
h3 {
	color:#0066FF;
	font-size:48px;
	font-weight:bold;
	padding:0 0 0 450px;
}
h4 {
	color:#0000CC;
	font-size:48px;
	font-weight:bold;
	padding:0 0 0 500px;
}
/* table */
.table_default {
	border-top: 2px solid #CCC;
	border-bottom: 1px solid #CCC;
	}

.table_default th {
	border-bottom: 1px solid #CCC;
	padding: 5px;
	text-align: left;
	}

.table_default td {
	border-bottom: 1px solid #CCC;
	padding: 5px;
	}
.mainLogo {	
	float:left;
}
.icons {
	float:left;
	padding:0px 20px 0 0;
	width: 220px;
	height: 96px;
	margin-bottom: 6px;
}
.icons img {
	border:0;
}
/* container */
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
} 
.mainContent {
	padding:20px 0;
}
.headerPic {
	height:400px;
	width:800px;
	background:url(../images/headerBackground.jpg) no-repeat left top;
	color:#ffffff;
}
.headerPic p {
	padding:20px 20px 20px 500px;
}
/* left */
.sidebarLeft {
	float:left;
	width:200px;
	background:#F0FFF0;
	padding:10px;
}
.sidebarLeft li {
	list-style:none;
	background:url(../images/p.jpg) no-repeat left top;
	padding-left:20px;
	padding-bottom:5px;
	margin:5px 0;
	border-bottom:1px solid #ffffff;
}
.sidebarLeft li a {
	color:#FFFFFF;
	text-decoration:none;
}
.sidebarLeft_cal {
	float:left;
	width:200px;
	background:#6666CC;
	padding:20px;
}
.cal {
	width:200px;
	margin-bottom: 10px;

}
.blog {
	width:200px;
	margin-bottom: 10px;

}
.nshop {
	width:200px;
	margin-bottom: 10px;

}
/* right */
.sidebarRight {
	margin-left:30px;
}
.sidebarRight01 {
	margin-left:30px;
	margin-top: 10px;
}
/* footer */
#footer {
	text-align:center;
	height:75px;
	background:url(../images/footerBackground.jpg) repeat-x left top;
	color:#ffffff;
}
#footer p {
	padding:20px 0 0 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*MAIN MENU*/
#navcontainer {
	padding:0 0 80px 0;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background: url(../images/menuBackground.jpg) repeat-x left top;
	color: White;
	float: left;
	width: 100%;
	height:60px;
}
#navcontainer ul li { 
	display: inline;
	color:#d637ab;
}
#navcontainer ul li a {
	padding:18px 29px 0 30px;
	background: url(../images/menuBackground.jpg) repeat-x left top;
	color: #d637ab;
	text-decoration: none;
	float: left;
	font-size:20px;
}
#navcontainer ul li a:hover {
	background: url(../images/menuActive.jpg) repeat-x left top;
	color: #fff;
	height:60px;
}
#navcontainer #active a {
	background: url(../images/menuActive.jpg) repeat-x left top;
	color: #fff;
	height:60px;
}
.menuSeparator {
	height:60px;
	width:2px;
	float:left;
}
