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

html	{
	height: 100%;
	border-bottom:1px;
}

body	{
	background-color: #5A2531;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
}

table	{
	background-color: #FFF;
	border: 3px #956671 double;
}

ul li      {
	list-style-image:url('images/bullet.jpg');
	font-size: 12px; color: #000;
	line-height: 1.4ems;
}

h1	{
	color: #5A2531;
	font-family:"Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h2	{
	color: #35151D;
	font-family:"Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h3
h4
h5
h6

}

.img	{
	border: 3px #956671 double;
}

hr	{
	background-color: #956671;
	color: #956671;
	height: 1px;
	width: 100%;
}

a:active	{
	color: #35151D;
	font-weight:bold;
	text-decoration:none;
}

a:hover	{
	color: #AB6B79;
	font-weight: bold;
	text-decoration: underline;
}

a:link	{
	color: #5A2351;
	font-weight: bold;
	text-decoration: none;
}

a:visited	{
	color: #956671;
	font-weight: bold;
	text-decoration: none;
}

.wrapper	{
	width: 900px;
	margin: 0 auto;
}

.header	{
	height: 150px;
	text-align: center;
	vertical-align: top;
}

.navigation 	{
	height: 40px;
	vertical-align:top;
}

.sidebar1	{
	color: #000;
	width: 250px;
	text-align:left;
	vertical-align:top;
	padding: 10px 10px 10px 10px;
}

.content 	{
	color: #000;
	width: 340px;
	text-align:left;
	vertical-align:top;
	padding:10px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

.contentwide	{
	color: #000;
	width: 510px;
	text-align:left;
	vertical-align:top;
	padding:10px;
}

.sidebar2	{
	color: #000;
	width: 250px;
	text-align:left;
	vertical-align:top;
	padding: 10px;

}

.footer	{
	border-top: 1px solid #666;
	height: 30px;
	color: #000;
	text-align:center;
}

.navigation	 ul	li {
	list-style-image: none;
}