/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* background light coloured gradient design */
body {
	margin: 0;
	padding: 0;
	background: #00005c url(images/img01.jpg) repeat-x left top; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF; /* text colour */
}

@media screen and (max-width: 480px) {
  html, body {
    background: #00005c;
  }
}



h1 {
	margin-top: 0;
	color: #0F3;
	font-size: 2em;
	text-align: center;
}

/* underlined external links */
a { 
	color: #FF6600;
}

a:hover {
	border-bottom: 1px solid #000000;
	color: #FF0099;
}

/* Header images go here */
#header {
	width: 980px;
	height: auto;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat right top;
}

/* Header continues here */
#logo {
	float: left;
	width: 490px;
	height: 109px;
	background: url(images/img02.jpg) no-repeat left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #033976;
}

#logo h1 {
	padding: 20px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 45px 0 0 3px;
	font-size: 10px;
	color: #033976;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #033976;
}

/* Menu */

#menu {
	float: right;
	width: 490px;
	margin: 0;
	font-size: 12px;
}

#menu ul {
	margin: 0;
	list-style: none;
	font-size: 12px;
	padding-top: 45px;
	padding-left: 0px;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #569DF5;
}

/* Page */

#page {
    width: 700px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    text-align: left;
}
#page p strong {
}


#page-bg {
	padding: 11px 24px;
}
.Redtext {
	color: #CF0;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #ff8888; /*#C03;*/
	text-align: center;
}
