@charset "UTF-8";

* {
 	margin: 0;
	padding: 0;
	}

body {
	font: 100% "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background: #fff url(images/tablecloth.jpg) no-repeat scroll center top;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 463px;
	color: #000;
}

a:link {
	text-decoration: none;
	color: #c40000;
	font-weight: bold;
	}
	
a:visited {
	text-decoration: none;
	color: #c40000;
	}
	
a:hover {
	color: #c40000;
	border-bottom: #c40000 1px dotted;
	}
	
a:active {
	text-decoration: none;
	color: #c40000;
	}

#container {
	width: 453px;
	background: #f9f2de url(images/content_fill.gif) repeat top left;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: left;
	border-right: #d5d4d4 1px solid;
	border-left: #d5d4d4 1px solid;
}

#content {
	width: 400px;
	margin: 0 auto;
	padding:0;
}

.branding {
	width: 279px;
	height: 216px;
	margin: 0 auto;
	padding: 0;
	}

img {
	border: none;
	}
	
ul {
	list-style-type: none;
	}
	
.about {
	margin: 0;
	padding: 2px 0 2px 0;
	border-top: #e19890 1px solid;
	border-bottom: #e19890 1px solid;
	}

.about li {
	padding: 5px;
}

.full_about {
	margin: 0;
	padding: 5px 0 2px 0;
	border-top: #e19890 1px solid;
	}
	
.full_about li {
	padding: 10px 5px 0 5px;
	}

.linklist {
	margin: 0 0 0 50px;
	line-height: 18px;
	}
	
.linklist img {
	padding: 15px 0 2px 0;
	}
	
.linklist a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #c40000;
	margin: 0 0 0 46px;
	padding:0;
	}
	
.linklist a:visited {
	text-decoration: none;
	color: #c40000;
	}
	
.linklist a:hover {
	color: #c40000;
	border-bottom: #c40000 1px dotted;
	}
	
.linklist a:active {
	color: #c40000;
	text-decoration: none;
	}
	
#footer {
	margin: 15px 0 0 0;
	padding: 5px 0 0 0; 
	border-top: #e19890 1px solid;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	}
	
#footer p {
	margin:0;
	padding:0;
	}