/*  Homepage  */
.homepage_head{
	margin: auto;
	width: 60%;
	min-width: 700px;
	max-width: 1000px;
	text-align: center;
	margin-top: 10px;
	background-color: #f0f0f0;
	border: 1px solid #dddddd;
	border-top: 1px solid #ffffff;  
	border-left: 1px solid #ffffff;
}

img#home{
	height: 350px;
}

table#home_contactdetails{
	border-spacing: 40px;
}



/*  Menu  */
body#menu{
	font: normal 21px Verdana, sans-serif;
	color: #000000;
	text-align: center;
	text-decoration: none;
	-webkit-text-size-adjust: none; /* stops iPhone from adjusting font sizes*/
}

.menu{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 90%;
	min-width: 900px;
}

hr{
	width: 90%
}

a.menulink:link {
    text-decoration: none;
	color: #000000;
}

a.menulink:visited {
    text-decoration: none;
	color: #660000;
}

a.menulink:hover{
	text-decoration: underline;
	color: #000077;
}

a.menulink:active{
    text-decoration: underline;
    color: #FF0000;
}



/* Subpages */
.head{
	margin: auto;
	margin-top: 10px;
	width: 80%;
	min-width: 770px;
	max-width: 900px;
	text-align: left;
	
}

.main{
	margin: auto;
	margin-top: 10px;
	padding: 10px;
	width: 80%;
	min-width: 770px;
	max-width: 900px;
	background-color: #f0f0f0;
	border: 1px solid #dddddd; 
	border-top: 1px solid #ffffff;  
	border-left: 1px solid #ffffff;  	
}



/* Media */

object.lrg{
	width: 321px;
}

object.sml{
	width: 216px;
}

.media{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sml{
	height: 175px;
}

.lrg{
	height: 260px;
}

.map{
	width: 220px;
}



/* Contact Details */
.contact_details{
	width: 100%;
	min-width: 900px;
	max-width: 1100px;
	color: #bb0000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table#contactdetails{
	border-spacing: 25px;
}



/* Footer */
.footer{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}


/*  General  */
.main_container{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-width: 900px;
}

.left{
	text-align: left;
}

body{
	background-color: #e0e5e5;
	font: normal 1em "Lucida Sans Unicode", Verdana, sans-serif;
	color: #444444;
}

a:link {
    text-decoration: underline;
    color: #000000;
}

a:visited {
    text-decoration: underline;
    color: #660000;
}

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

a:active {
    text-decoration: underline;
    color: #FF0000;
}

h1{
	font: bold 2em "Lucida Sans Unicode", Verdana, sans-serif;
	color: #000000;
}

p{
	font: normal 1em "Lucida Sans Unicode", Verdana, sans-serif;
	color: #000000;
}

table{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

tr{
	text-align: center;
}