* {
	outline:none;
	}

body {
	background: #000 url(images/ravencambridge-bg.jpg);
    background-repeat: repeat;
	font-family:"Times New Roman", Times, serif;
	font-size: 70%;
    font-style: normal;
    font-weight: 400;
}


p {
	letter-spacing:1px;
	font-size : 160%;
	line-height: 120%;
}

p.small {
	letter-spacing:1px;
	font-size : 120%;
	line-height: 130%;
}

p.smaller {
	letter-spacing:1px;
	font-size : 100%;
	font-style:italic;
}

#container
{
	margin: -25px auto;
	width: 50%;
	min-width: 300px;
	max-width: 600px;
	background: #fff;
}

#header {
	padding: 0 15px -10px 15px;
}


#header h1 { 
	margin: 0; 
	font-size : 200%;
	text-align:center;
	letter-spacing:1px;
	font-variant: small-caps;
}

#header h2 { 
	margin: 0; 
	font-size : 190%;
	text-align:center;
	letter-spacing:3px;
	font-variant: small-caps;
}

#header h3 { 
	margin: 0; 
	font-size : 190%;
	text-align:center;
	letter-spacing:3px;
	font-variant: small-caps;
}

h2 { 
	margin: 0; 
	letter-spacing:1px;
	font-size : 190%;
	text-align:center;
	letter-spacing:8px;
}

#navigationmenu {
   float:left;
   font-size: 150%;
   width:100%;
   background:#000;
   border-top:5px double #FFF;
   border-bottom:4px double #FFF;
   overflow:hidden;
   position:relative;
   
}
#navigationmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#navigationmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#navigationmenu ul li a {
   display:block;
   margin:0 0 0 5px;
   padding:3px 10px;
   background:#000;
   color:#FFF;
   font-size:14px;
   letter-spacing:1px;
   text-decoration:none;
   line-height:1.3em;
}
#navigationmenu ul li a:hover {
   background:#bb303b;
   color:#FFF;
}
#navigationmenu ul li a.active,
#navigationmenu ul li a.active:hover {
   color:#fff;
   background:#bb303b;
   font-weight:bold;
}

#content-container
{
	float: left;
	width: 100%;
	background: #fff;
	
}

#content-center {
	padding: 10px 30px;
	margin: 10px;
}

#content-center h2 { 
	margin: 0; 
	letter-spacing:2px;
}

#content-center-wide {
	float: left;
	width: 475px;
	padding: 10px 0;
	margin: 10px;
	text-align:center;
}

#content-center-wide h2 { 
	margin: 0; 
	letter-spacing:2px;
}


#footer
{
	clear:left;
	border-top:5px double #000;
	text-align: center;
	padding: 5px;
	background: #fff;
}

img {
	width: 90%;
	min-width: 100px;
	max-width: 500px;
	height: auto;
}

img.horizontal {
	width: 90%;
	min-width: 200px;
	max-width: 600px;
	height: auto;
}

img.thumb2 {
	width: 35%;
	min-width: 70px;
	height: auto;
}

img.thumb {
	width: 15%;
	min-width: 40px;
	height: auto;
}

img.logo {
	width: 60%;
	min-width: 200px;
	max-width: 400px;
	height: auto;
}

a:link, a:visited, a:active {
	color: #bb303b;
	text-decoration: none;
}

a:hover { color: #bb303b; 
    text-decoration: underline;
}

.small {
	letter-spacing:1px;
	font-size : 80%;
	line-height: 120%;
}	




	