@charset "utf-8";
/* CSS Document */
html, body{
	background-color:#14285F;
	color:#EAEAEA;
	margin:0;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}
a, a:hover, a:visited{
	color:#F00;
	text-decoration:none;}

#container{
	background-color:#14285F;
}

#header{
	width:100%;
	background-color:#030436;
	background-image:url(../img/header.png);
	background-repeat:repeat-x;
	height:130px;
	border-bottom:1px solid #F00;}
#menu{
	margin:auto;
	width:900px;
	height:24px;}

#menu a, #menu a:hover, #menu a:visited{
	color:#FFFFFFF;
	text-decoration:none;}

#banner{
	width:900px;
	height:100px;
	margin:auto;
	background-image:url(../img/banner.png);
	background-repeat:no-repeat;
	background-position:center;}
#wrapper{
/*		background-image:url(../img/container.png);
	background-repeat:repeat-x;*/
	width:100%;}

#msg{
	width:890px;
	margin:auto;
	padding-top: 10px;
	padding-bottom: 14px;
	padding-left: 4px;
	padding-rigth: 4px;
	border:1px solid #F00;
	border-top:none;
	text-align:center;
	font-size:110%;}

#content{
	min-height:500px;
	width:900px;
	margin:auto;
		border-bottom:1px solid #F00;
		padding-bottom:10px;}
#content p{
	margin-left:20px;}
	
#footer{
	height:100px;
	width:850px;
	margin:auto;
	text-align:center;
	font-size:70%;}

#content img{
	margin:0px;}
h1{
	color:#F00;}
