/* BODY STYLES */

body { background-color: #ffffff; }
a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}

/* TEXT STYLES */

h1{
	font-family: courier, monospace;
	font-size: 36px;
	color: #cc0000;
	text-align: center;
	margin-top: 0;
	}

h2 {
	font-family: courier, monospace;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #cc0000;
	margin-top: 0;
	padding: 10px;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 7px;
	text-align: left;
	color: #000000;
	}

p { 
	font: 14px georgia, serif;
	text-align: left;
	color: #000000;
	}

p.contact {
	text-align: center;
	margin: 40px 0;
	padding: 20px;
	border-top: 3px solid #cc0000;
	border-bottom: 3px solid #cc0000;
	}

div.body {
	width: 746px;
	margin: 0 auto;
	}

div.tip {
	padding: 0 10px;
	margin: 0 10px;
	border: 3px solid #cccccc;
	}

div.menu p { 
	font-family: courier, monospace;
	color: #cc0000;
	text-align: center;
	}

div.menu span {
	text-align: center;
	display: block;
	margin: 20px 0;
	}

/* LIST STYLES */

ul {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	margin: 10px 0;
	}

ul.cat li {
	font-size: 14px;
	font-weight: normal;
	list-style-type: square;
	padding-bottom: 2px;
	}


/* LAYOUT STYLES */

div.menu {
	position: absolute;
	width: 100px;
	background-color: #cccccc;
	text-align: center;
	padding-top: 5px;
	}

div.main {
	float: right;
	padding-bottom: 20px;
	width: 80%;
	}

div.footer {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	}

img { border: 0 }
