body {
	background-color: #FFFFFF;
	font-family: arial, serif;
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
		
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
	
@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

img {
	border: 0;
}

.content {
	width:880px;
	position:absolute;
	left:50%;
	top:0;
	margin:0 0 0 -440px;
	text-align: left;
	margin-bottom: 20px;
}

.logo {
	margin-left: 30px;
}

.menu {
	width:880px;
	height:30px;
	margin-top: 10px;
	text-align: left;
}

.menu ul {
	list-style-type: none;
}

.menu li{
	float: left;
}

.menu li a{
	position:relative;
	outline: none;
	width: 150px;
	height: 31px;	
	background:#FFFFFF;	
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;	
	color: #c90000;
	cursor: pointer;
	border:0;	
	display: block;
	text-decoration: none;
	text-align:center;
	padding-top: 15px;
	margin-right: 15px;
	font-family: arial, serif;
	font-size: 13px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;	
}

.menu li a:hover {
	background:#c90000;	
	color: #FFFFFF;	
}

.menu li a.selected {
	background:#c90000;	
	color: #FFFFFF;
}

.title h1 {
	text-decoration:none;
	color: #FFFFFF;
	font-size: 22px;
	margin-left: 50px;
	text-shadow: 2px 2px 2px #000;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 40px;
}
.gallery li {
	margin: 5px;
	padding: 0;
	float: left;
	position: relative;
	width: 125px;
	height: 125px;
	background:#FFFFFF;	
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;		
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;	
}
.gallery img {
	background: #fff;
}

.gallery a {
	text-decoration: none;
}


.img {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #DEDEDE;
}

.main {
	text-align: left;
	width: 780px;
	background:#FFFFFF;	
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;			
	margin-left: 40px;
	margin-top: 40px;
	padding: 15px;
	color:#000000;
	font-family: arial, serif;
	font-size:12px;	
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	
}

.main a {
	text-decoration:underline;
	color: #c90000;
}

.main h1 {
	text-decoration:none;
	color: #c90000;
	font-size: 22px;
}

.link {
	text-decoration:underline;
	color: #c90000;
}


