/* Basic Style */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#dedede;
	background:#448ccb;
	padding:0;
	margin:0;
}

p {
	margin-top:0;
	margin-bottom:20px;
	line-height:18px;
}

a:link, a:visited {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}

ul {
	padding:0;
	margin:0;
}

.clear {
	clear:both;
	height:0px;
}


/* Structure Style */
#header {
	background:#7da7d9 url(../images/top.gif) center 0 no-repeat;
}

#header .container {
	
	height:566px;
}

.container {
	width:525px;
	margin-left:auto;
	margin-right:auto;
}


#content {
	background:url(../images/bottom.jpg) center 0 no-repeat;
}

#content .container {
	height:100px;
}



.uri {
	padding-top:485px;
	text-align:center;
	font-size:24px;
	color:#333333;
}

.uri a:link, .uri a:visited {
	color:#333;
}

.uri a:hover {
	color:#ed1c24;
}

#footer {
	font-size:10px;
	text-align:center;
}