@charset "utf-8";


/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/gradient.jpg);
}
#container {
	height: 685px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 5px double #333;
}




#footer {
	clear: both;
}



#header {
	height: 200px;
	background-image: url(images/banner.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: right;
}
#header a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-right: 8px;
}
#header a:hover {
	text-decoration: line-through;
}

#calendar {
	height: 450px;
	width: 150px;
	position: absolute;
	right: 10px;
	top: 10px;
	border: thin dotted #960;
}



#calendar h1 {
	color: #960;
	font-size: 14px;
	display: block;
	margin: 0px;
	text-align: center;
}
#calendar h2 {
	font-size: 14px;
	color: #960;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#calendar p {
	margin-top: 5px;
	margin-right: 5px;
	color: #960;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
	display: block;
}





#content {
	float: right;
	position: relative;
	height: 483px;
	width: 723px;
}
#content a #dgstation {
	position: absolute;
	right: -102px;
	bottom: -132px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #news {
	position: absolute;
	left: 10px;
	top: 10px;
	border: 3px double #666;
	width: 535px;
	height: -5px;
}

#content #news h1 {
	display: block;
	font-size: 16px;
	color: #FFF;
	text-indent: 5px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content #news h2 {
	display: block;
	font-size: 16px;
	color: #FFF;
	height: 20px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-style: italic;
	text-indent: 10px;
}
#content #news h2 a {
	color: #960;
	text-decoration: none;
}

#content #news h3 {
	color: #FFF;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 0px;
	display: block;
	font-size: 16px;
	height: 20px;
	text-indent: 10px;
}
#content #news h4 {
	color: #FFF;
	font-size: 16px;
	font-style: italic;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 20px;
	text-indent: 10px;
}
#content #news h4 a {
	color: #960;
	text-decoration: none;
	font-size: 16px;
}



#content #news p {
	color: #FFF;
	display: block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	font-size: 16px;
}

#content #news p a {
	color: #960;
	text-decoration: none;
}
#content #news table {
	position: relative;
	left: 17px;
	color: #FFF;
	text-align: left;
}


#content #news table tr td a {
	color: #960;
	text-decoration: none;
}
#content #news #contact {
	position: absolute;
	right: 30px;
	bottom: 100px;
}
#content #news #bagtag {
	position: absolute;
	top: 50px;
	right: 25px;
}


#menubar {
	float: left;
	height: 483px;
	width: 175px;
	position: relative;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333;
	background-image: url(images/menu.jpg);
}
#menubar ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-size: 16px;
}
#menubar ul li {
	height: 22px;
}
#menubar ul li a {
	color: #FFF;
	text-decoration: none;
}
#menubar ul li a:hover {
	color: #960;
}

.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.center_text {
	text-align: center;
}

