body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/dark_background-new2.gif) repeat-y top center;
	font: normal small  Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #d30d02; /* #730000; */
	padding:0;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 1.6em;
	padding-bottom:5px;
	border-bottom: 1px solid #AAAAAA;
}

h3 {
	margin: 0;
	font-size: 1.05em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #d30d02; /* #730000; */
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 775px;
	height: 200px;
	margin: 0 auto;
	background: #000000 url(images/img2.jpg) center;
	/* background: #000000 url(images/header_top.jpg) center; */
	position: relative;
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}


#header a {
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;
	height: 200px;
}

#header a h1 {
	display: none;
}

/*
#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}
*/

/* Menu */

#menu {
	width: 775px;
	height: 39px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3-1.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 9px 17px 0 17px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: url(images/img4-1.gif);
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}

/* Content */

#content {
	width: 775px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 150px;
	padding: 10px 5px 0 3px;
}

#colTwo {
	float: left;
	width: 360px;
	padding: 10px 5px 0 14px;
	/* background: #ebefe1; */
}

#colTwoLeft   {
	float: left;
	width: 170px;
	padding: 10px 5px 0 10px;
}

#colTwoRight {
	float: right;
	width: 180px;
	padding: 10px 10px 0 10px;
}

#colThree {
	float: right;
	width: 220px;
	padding: 10px 4px 0 5px;
}

/* Ad Area */
#ad_area      {
	width: 770px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
}

/* Footer */

#footer {
	width: 776px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 0;
	background: #000000 /* url(images/img6.gif) repeat-x */;
	font-size: smaller;
}

#footer * {
	color: #FFFFFF;
}

/* Calendar */

#calendar_wrap {
	padding: 15px 20px;
}

#calendar table {
	width: 100%;
	height: 225px; 
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	text-align: center;
}

#calendar thead {
	background: #DBDBDB;
}

#calendar tbody td {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	width: 14.2%
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #FFF3A7;
	border: 1px solid #FF7400;
	font-weight: bold;
	color: #FF7400
}
.profile-box {
	float: left;
	display: inline;
	width: 108px;
	height: 120px;
	margin: 8px -2px -2px 9px;
	background: #CCCCCC;
	color: #000;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}

.profile-box2 {
	float: left;
	display: inline;
	width: 108px;
	height: 133px;
	margin: 8px -2px -2px 9px;
	background: #CCCCCC;
	color: #000;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}
.profile-img {
	height: 90px;
	margin: 8px 0 4px 0;
	overflow: hidden;
}

.profile-img a {
	height: 90px;
	margin: 8px 0 4px 0;
	overflow: hidden;
}

.profile-txt a {
	font-weight: bold;
	text-decoration: none;
}

.profile-txt a:hover {
	background: transparent;
	text-decoration: underline;
}
