html{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: black;
}
				
body {
	width: 990px;
	min-width: 925px;
	margin-top: 5px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
	
#top {
	color: #FFFFFF;
	height: 140px;
	width: 244px;
	background-color: #778CB3;
	position: relative;
}

#motto {
	position: absolute;
	bottom: 0px;
}

#motto p {
	padding: 7px;
}

#topright {
	float: right;
	height: 140px;
	width: 741px;
	text-align: right;
	position: relative;
}

#toprightnested {
	position: absolute;
	height: 100px;
	top: 0px;
	right: 0px;
}

#logo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: green;
}

.cl {
	clear:both;
}

#gallery {
	width: 990px;
	padding-top: 5px;
}

#news {
	width: 236px;
	height: 542px;
	margin-top: 5px;
	background-color: #778CB3;
	color: #FFFFFF;
	padding: 4px;
}

#news a:link, #news a:visited, #news a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#news a:hover {
	text-decoration: none;
	color: #F01E1E;
}

#news p {
	padding-left: 7px;
	margin: 0px;
}

.login_table {
        border: 1px solid #F7CB33;
        margin-top: 20px;
        margin-bottom: 5px;
        text-align: center;
        padding-bottom: 3px;
}
.login_table h1 {
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: bold;
        text-align: Left;
        margin: 5px 0px 5px 0px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7CB33;
}
.login_table input {
        text-transform: uppercase;
        font-size: 10px;
        margin: 5px 0px 1px 0px;
        width: 100px;
}


#menu {
	width: 727px;
	background-color: #F7CB33;
	padding: 7px;
	border-bottom: 5px solid #FFFFFF;
	float: right;
}

#menu a:link, #menu a:visited, #menu a:active {
	background-color: #F7CB33;
	padding: 7px;
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	padding: 7px;
	background-color: #F01E1E;
	text-decoration: none;
	color: #FFFFFF;
}

#menu p {
	background-color: green;
	margin: 0 0 0 0px;
}

#content {
	width: 741px;
	float: right;
	height: 550px;
	margin-top: 5px;
	background-color: #C9DBFF;
}

#content p {
	margin: 0px;
	padding-bottom: 7px;
}

h1 {
	padding: 4px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7CB33;
}

h2 {
	text-align: center;
	font-size: 300%;
	font-weight: normal;
	color: #FFFFFF;
}

h3 {
	padding: 4px;
	margin: 4px;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
}
#pad {
	width: 715px;
	height: 492px;
	padding: 12px;
	color: #000000;
	float: right;
	overflow: auto;
}
#footer {
	background-color: #F7CB33;
	padding: 12px;
	width: 966px;
	color:#000000;
	font-size: 90%;
	text-align: center;
	clear:both;
	border-top: 5px solid #FFFFFF;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#000000;
}

h4 {
	font-size: 180%;
	line-height: 1px;
	color: #F01E1E;
}
