@charset "UTF-8";
/* CSS Document */

body {
	background-color: #3D3B32;
}

a {
	color: #666666;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a:hover {
	font-weight: normal;
	color: #000033;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3 {
    font-size: 16px;
}

h1 {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
.small_text {
	font-size: 10px;
}

h2 {
    font-size: 12px;
	color: #FF7920;
}

#main_copy {
	padding: 15px;
	background: #FFFFFF;
	margin-bottom: 20px;
	text-align: justify;
}

#main_copy_brighton {
	padding: 15px;
	background: #FFFFFF;
	margin-bottom: 0px;
	text-align: justify;
}

#main_copy_food {
	padding: 15px;
	background: #FFFFFF;
	margin-bottom: 7px;
	text-align: justify;
}

#main_copy_contact {
	padding: 15px;
	background: #FFFFFF;
	margin-bottom: 10px;
	text-align: justify;
}


#footer {
	background: #FFFFFF;
	color: #666666;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}

.picture_border_full {
	border: thin solid #196FAD;
}

.picture_border_top_bottom {
	border-top: thin solid #196FAD;
	border-right: none;
	border-bottom: thin solid #196FAD;
	border-left: none;
	background: #196FAD;
}

.picture_border_top_bottom_right {
	border-top: thin solid #196FAD;
	border-right: thin solid #196FAD;
	border-bottom: thin solid #196FAD;
	border-left: none;
	background: #FFFFFF;
}

.picture_border_bottom {
	border-bottom: thin solid #196FAD;
	border-left: none;
}

.picture_border_right {
	border-right: thin solid #196FAD;
	background: #FFFFFF;
}
strong {
	color: #3D3B32;
}
.white_background {
	background: #FFFFFF;
}
#sitedesign {
	background: #3D3B32;
}

#sitedesign a {
	font:10px verdana;
	color: #CCCCCC;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#sitedesign a:hover {
	color: #ffffff;
	background-color: #34393D;
	}
	
#sitedesign a:active {
	
	color: #0000000;
	
	}
