/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background:#fff;
	font-size:16px;
	line-height:24px;
	text-align:left;
	color:#222222;
}

/* Fonts */

h1
{
	font-size:20px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:0px;
	color:#444444;
}
h2
{
	font-size:16px;
	font-weight:normal;
	line-height:25px;
	margin-bottom:0px;
	color:#555555;
}


a
{
	color:#73706b;
	text-decoration:underline;
}

/* Fixes */

.clearfix
{
	clear:both;
}

img
{
	border:none;
	
}

/* Upper Content */

#wrapper
{
	width:1000px;
	margin:auto;
	text-align:left;
	position:relative;
}
#header {
	position:relative;
	margin-top:0px;
	height:200px;
	width:400px;
	background:url(images/logo_red.png) no-repeat center;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:40px;
	margin-top:20px;
}
#navigation 
{
	list-style:none;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	width:600px;

	color: #333;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	line-height: 1;
	padding:10px 0 0 0;
}

#navigation li 
{
	float:left;
}
#navigation li a 
{
    z-index: 10;
    position: relative;
    overflow: hidden;
	font-size:20px;
	color:#444444;
	text-decoration:none;
	vertical-align:bottom;
	padding:18px 25px 0px 25px;
}
#navigation li a:hover
{
	color:#BD1B21;
}
#treat {
	list-style:none;
	font-size:18px;
	margin-top:0px;
}
#treat li {
	margin-bottom:3px;
	padding:5px 2px 5px 2px;
	text-align:left;
	cursor:pointer;
}
#treat li:hover {
	color:#BD1B21;
}
#content {
	width:650px;
	margin-left:auto;
	margin-right:auto;
}
#leftholder {
	width:420px;
	height:287px;
	float:left;
	margin-left:20px;
	padding:0;
}
#rightholder {
	width:178px;
	height:267px;
	float:left;
	padding:0;
}
#leftcolumn {
	height:300px;
	float:left;
	width:250px;
	margin-left:30px;
}
#rightcolumn {
	height:260px;
	width:240px;
	float:right;
	margin-right:100px;
	text-align:center;
	margin-top:auto;
}
.brownborder {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border:4px solid #BD1B21;
}
.person {
	display:inline;
	width:150px;
	height:300px;
	text-align:center;
	float:left;
	margin:5px;
}
.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#footer {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:12px;
	color:#777777;
}	
