@charset "utf-8";
/* CSS Document */

body {background:url(../images/mockup-wrap-bg.jpg) repeat top left; color:#767676;}

#wrap {width:900px; margin:auto; }

a {color:#930F0F; text-decoration:none;}

.logo {margin-left: -10px; }

a:hover {text-decoration:underline;}

.centered {position:fixed; top:50%; left:50%;}

#header { text-align:center}

#inside {
background:#F6F7E8;
Padding:10px;
border: 10px #930F0F solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
-moz-box-shadow: 0 0 8px #999999;
-webkit-box-shadow: 0 0 8px #999999;
box-shadow: 0 0 8px #999999; /* future proofing */
}

.smallCol {
	float:right; 
	width: 180px; 
	border: 1px solid #adae9c; 
	padding: 10px 10px 0 20px; 
	margin-top:20px; 
	background-color:#e2e3d1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */	
}
.smallCol h3 {
	font-size:16px; 
	display:block; 
	background-color:#930F0F; 
	text-align:center; 
	color:#F6F7E8; 
	margin-top:0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
}
.smallCol p {font-size:12px; color:#930F0F}
.largeCol {float:left; width: 640px;}

#footer {padding:0 20px; text-align:center}

h1 {color:#930F0F}

body {font-family:Verdana, Geneva, sans-serif;}

.emphasize {font-size:18px; font-style:italic;}

.disclaim {font-size:16px; font-style:italic;}

.gallery {margin:auto; background-color:#000; text-align:center}
.gallery img {max-width:800px;}

.clrflt {clear:both}
