html {
	height: 100%;
}

body {
	background-color: #A30000;
	background-image: url(../images/bgrood.gif);
	background-repeat: repeat-y;
	height: 100%;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	min-height: 90%;
	position: relative
	font-family: "trebuchet MS", Verdana, arial, helvetica;
	width: 850px;
	position: relative;
	padding-bottom: 50px;
}

* html #wrapper {
    height: 100%;
}


#header {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#header a {
	text-decoration: none;
	border: 0px none #880A0A;
}

#header h1 {
	font-size: 22px;
	font-style: italic;
	text-transform: none;
}
.imgbig {
	height: 150px;
	width: 150px;
	margin-left: 10px;
	margin-top: 10px;
}

.headerflag {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 7px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menulinks {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 30px;
	margin-left: 0px;
	padding-left: 10px;
	width: 150px;
	font-weight: bold;
}
#menulinks a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
#menulinks a:hover {
	color: #880A0A;
	background-color: #FFFFCC;
	display: block;
}


#menulinks ul {
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
}
#menulinks li {
	display: block;
	margin-bottom: 8px;
}

#content {
	margin-left: 185px;
	color: #FFFFFF;
	position: relative;
	text-align: justify;
	margin-top: 40px;
	padding-right: 5px;
	padding-left: 5px;
	border: 0px none #FFFFFF;
	font-size: 18px;
}

#content a {
	color: #CC99CC;
}

#content a:hover {
	color: #FFCC33;
}

#footer {
	color: #FFFFFF;
	font-size: 11px;
	height: 25px;
	position: relative;
	width: 850px;
	margin-top: -30px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC99CC;
}

#footer a {
	color: #CC99CC;
}


#footer  a:hover {
	color: #FF9900;
}
.img  {
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgright {
	display: block;
	float: right;
	margin-left: 20px;
	margin-right: 5px;
	width: 130px;
	margin-top: 0px;
	height: auto;
}
.imgleft {
	margin-bottom: 10px;
	margin-right: 20px;
	display: block;
	float: left;
}
.purper {
	color: #CC99CC;
}

