* {
	margin: 0;
	padding: 0;
}

body {
background: #E5E5E5;
font-family: calibri, Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
color: #444449;
}

a {
text-decoration: none;
color: #5D0F0C;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

.orange		{color:#B8642A;
		 font-weight:bold;
		 font-size:90%;}

.blue		{color:#6280E2;}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 0px solid #987472;
}

#header {
height: 160px;
background: #554d42 url(images/header.jpg) no-repeat;
}
#header h1 { 
height:50px;
font-size: 50px;
letter-spacing: 0px;
padding: 17px 0 0 10px;
color: #FF5500;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 600;
letter-spacing: 0px;
}
#header h1 a:hover {
color: #fff;
}

#menu {
height: 30px;
line-height: 30px;
background: #5D0F0C;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 20px;
font-weight: 100;
padding: 15px 0 7px 0;
color:#600F0B;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
float: left;
width: 160px;
padding-top: 40px;
padding-bottom:40px;
background:#B01911;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #ffffff;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #ffffff;
background:#830F09;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
color:#ffffff;
}
.left ul li a:hover {

}


#new 		{margin-left:0px;
		width:600px;
		background:#343538;
		padding:5px;
}

.new		{padding-right:5px;
		color:#fff;
}

.newphoto	{float:left;border:none;
		margin-left:5px;
		margin-top:8px;
		padding-right:15px;
}

.photo-left {
	      float:left;
	      padding:5px
}

ul#ticks  {	  
		  list-style-image:url(images/tick.gif);
		  margin-left:0em;
		  width:370px;
		  padding-left:2em;
		 color:#646262;
		 font-size:13px;
		  
}


ul#ticks li {padding:7px;
	     margin-top:-7px;
	     
}

img {border:none;}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }



.blue a:link		{color:#6280E2;text-decoration:none;font-weight:bold}
.blue a:active 	{color:#6280E2;text-decoration:none;font-weight:bold}
.blue a:hover 	{color:#3E3B39;text-decoration:underline;font-weight:bold}
.blue a:visited 	{color:#6280E2;text-decoration:none;}