/* CSS Document */

body
{
font-family: Arial, Helvetica, sans-serif;
}

#overall
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#stripe
{
	background-color: #A9304C;
	height: 20px;
}

#head
{
	text-align: right;
}

#foot
{
	background-color: #A1A1A5;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	padding: 2px;
	clear: both;
}

#foot p
{
	margin-top: 2px;
	margin-bottom: 2px;
}

span.spacing
{
	visibility: hidden;
	padding-right: 10px;
}

#foot address
{
	font-style: normal;
}

#strapline
{
	float: left;
	margin-top: 95px;
	margin-left: 10px;
}

span.red
{
	color: #B2314D;
}


#menu
{
	border-bottom: 1px solid #A1A1A5;
	border-top: 1px solid #A1A1A5;
	height: 30px;
}

#menu ul
{
	display: inline;
	padding: 0px;
		color: #CCCCCC;
	
}

#menu li
{
	display: inline;
		color: #CCCCCC;
}

#menu li a
{
	display: block;
	width: 160px;
	height: 25px;
	padding-top: 4px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: large;
	color: #CCCCCC;
	text-decoration: none;
}



#menu
{
	font-weight: bold;
	color: #CCCCCC;
}


#text
{
	margin-left: 303px;
}

#main ul
{
	
}

#gallery
{
	float: left;
	margin-right: 5px;
	background-color:  #FFFFF;
	padding-top: 5px;
	padding-left: 1px;
	padding-right: 5px;
	margin-bottom: 5px;
}


#gallery img
{
	margin:1px;
}