/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

a:visited {
	color: #333333;
}

body {
	
	background: #ffffff;
	font: 13px Rockwell, Georgia, Arial, Helvetica, sans-serif;
	color: #333333;
}

#content
{
	margin: 0 auto;
	width: 1050px;
}

.body_content {

    border:1px solid #333333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left:0px;
    padding-left:0px;
    margin-top: 5px;
}

#header {
	height: 67px;
	width: 1050px;
}

#menu1
{
width: 682px;
height: 70px;

}

#menu
{
	width: 1050px;
	height: 30px;
	margin-top: 20px;
	margin-left:0px;

}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#main #menu a {
	float: left;
	height: 25px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 50px
}

#main #menu a:hover {
    text-align: center
    height: 25px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    border-bottom: 1px solid #ffffff;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    padding-right: 48px;

}

#main #menu a:active {
    text-align: center
    height: 25px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    border-bottom: 1px solid #ffffff;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    padding-right: 48px;

}


.more
{
text-align: right;
}


#logo {
	width: 1050px;
	height: auto;
	text-align:  center;
	padding-right: 20px;
	padding-top: 20px;
}


#logo H1 {
	text-decoration: none;
	font-family: Rockwell;
	font-size: 45px;
	color: #333333;
}
#logo H2 {
	text-decoration: none;	
	font-size: 25px;
	font-family: Rockwell;
	color: #333333;
	font-style: italic;
}

#main
{
width: 1050px;

}

#left
{
	width: 285px;
	padding-top: 355px;
	background: url(images/skull_image.jpg) no-repeat #ffffff;
	color: #333333
}



#left H3
{
width: 300px;
height: 27px;
font-size: 16px;
font-weight: bold;
padding-left: 19px;
padding-top: 10px;
text-transform: uppercase;
color: #333333;
background: #ffffff;
text-decoration: underline

}


#left ul {
	list-style: none;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 15px;
    background: url(images/small.gif) no-repeat left;
	font-size: 14px;
}

#left .title_back
{
padding: 10px;
}


#left a {
	color: #333333;
}
#left a:visited {
	color: #333333;
}

#left p
{
padding: 10px;
padding-left: 40px;
}


#calendar1 {
	padding: 0 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #333333
}

#right
{
	float: right;
	width: 1050px;
	padding: 0px;
}

#right .box
{
background: #E5E5E5;
padding: 10px;
margin: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-bottom: 1px solid #999;
border-right: 1px solid #999;

}

#right .boxform
{
background: #ffffff 
text-align:  right;
padding-right: 150px;
margin: 5px;
}

#right ol, #right ul
{
margin-left: 50px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #23609C;
}

#right a
{
color: #4889D7;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-family: Georgia, Helvetica, Arial;
}

#right .date2 {
	margin: 10px;
	padding: 0;
	padding-top: 5px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #4889D7;
	text-decoration: underline;
}
.date {
	text-align: right;
	color: #4889D7;
	font-size: 11px;
}

.date a {
	color: #23609C;
}


#footer {
	height: 30px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #ffffff;
	margin-top: 20px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #333333;
}

#footer a {
	color: #333333;
}

