@charset "UTF-8";
/* CSS Document */

body {	background: #033E43 url(../images/body-bg.jpg) repeat-x;
		margin: 0 auto 50px auto;
		height: 768px;
		text-align: center; }
		
#container {	background: url(../images/container-bg.jpg) top left no-repeat;
				width: 707px;
				margin: 0 auto 0 auto;
				padding: 26px 0 13px 0;
				height: auto;
				text-align: center; }
					  
a:link {	color: #FFFFFF;
			text-decoration: none; }
			
a:visited { color: #FFFFFF;
			text-decoration: none; }
			
a:hover {	color: #CCCCCC;
			text-decoration: underline; }

.clear { 	clear: both; }

h3 {		font: 13px Georgia, "Times New Roman", Times, serif;
			color: #4F470E;
			margin: 0;
			font-weight:normal;
			text-align: left;
			padding: 6px 20px 0 11px; }
			
h3 a:link { color: #4F470E;
			text-decoration: none; }
			
h3 a:visited { color: #4F470E;
			text-decoration: none; }
			
h3 a:active { color: #4F470E;
			text-decoration: none; }
			
h3 a:hover { color: #000;
			text-decoration: none; }