/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #660066;
	background-image: url(images/img01.gif);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFF00;
}

h2 {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	line-height: 20px;
}
#ablum {
	text-align: center;
}


p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FFFF00;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px solid #FFFFFF;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	height: 25px;
	margin: 0;
	padding: 4px 0 0 15px;
	background: url(images/img05.gif) no-repeat;
	font-size: 1.4em;
	color: #FF0066;
}

.boxed .content {
	padding: 15px;
	border: 1px solid #9FA4FF;
}

/* Post */

.post {
}

.post .title {
}

.post .date {
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
}

.post .meta p {
}

.post .story {
}

/* Header */

#header {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background-image: url(Header.gif);
	background-repeat: no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
	background: url(images/img02.gif) no-repeat;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 19px 0 0 1em;
	font-size: 1em;
}

#logo h2 {
	float: left;
	margin: 0;
	padding: 22px 0 0 .5em;
	font-size: .7em;
}

#logo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6F885C;
}

/* Header > Menu */

#menu {
	float: left;
	width: 465px;
	height: 25px;
	margin-top: 100px;
	padding-right: -100px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 150px;
	height: 30px;
	padding: 5px 0 0 0;
	text-align: center;
	font-weight: normal;
	color: #000099;
	background-color: #FF9999;
	background-image: url(images/img03.gif);
	background-repeat: no-repeat;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #FFFF00;
	font-size: 24px;
	font-family: "¶ÂÊ^";
}

#menu a:hover, #menu .active a {
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	top: 200px;
	text-align: center;
}

/* Content > Main */

#main {
	float: left;
	border: thin dotted #009900;
	width: 535px;
	clear: right;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 180px;
	background-color: #D9FCFF;
	overflow: hidden;
}

#sidebar2 {
	float: left;
	width: 160px;
	background-color: #D9FCFF;
	overflow: hidden;
}




/* Content > Sidebar > Support */

#support {
	width: 240px;
	height: 100px;
	margin-bottom: 20px;
	background: url(images/img04.jpg) no-repeat;
}

#support h2 {
	margin: 0;
	padding: 30px 0 0 70px;
	font-size: 1.4em;
	color: #FF8A00;
}

#support h3 {
	margin: 0;
	padding: 0 0 0 70px;
	color: #FF8A00;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	border-top: 4px solid #788714;
	text-align: center;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	position: absolute;
	float: none;
}

#footer p {
	width: 770px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}


#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}
#Footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#footer a:hover {
	text-decoration: underline;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

#ablum div{
	float:left;
	padding:5px;
	width:235px;
	text-align:center;
	height:420px;
	overflow:hidden;
	line-height: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 2px;
	background-color: #000000;
	border: 1px solid #003366;
}

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 800px; /*marquee height */
/*background-color: white;*/
overflow: hidden;
border: 0px solid black;
padding: 2px;
padding-left: 4px;
}
#content {
	width: 1000px;
}
#posting {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding: 50px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: thick solid #0033FF;
}
h6 {
	font-size: 18px;
	color: #FFFF00;
}

