@charset "utf-8";
/* Dom Karin's Main CSS */

body {
	margin: 0; margin-top: 25px;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	}
h1 {
	text-align: center;
	}
h3 {
	color: #CC0000; font-size: 18px;
	}
p {
	font-size: 14px;
	}
img {
	border: 0;
	}
.red {
	color: #CC0000;
	font-size: 18px;
	font-weight: bolder;
}
.green {
	color: #009900;
	font-size: 18px;
	font-weight: bolder;
}
.orange {
	color: #FFCC00;
	font-size: 16px;
	font-weight: bolder;
}
.purple {
	color: #B43EBD;
	font-size: 20px;
	font-weight: bolder;
	text-transform: uppercase;
}
.blue {
	color: #000066;
	font-weight: bolder;
	font-size: 16px;
}
#container {
	margin-left: 50px; margin-right: auto;
	min-height: 600px; min-width: 800px;
	}
hr {text-align: center;}
/* Navbar */
#navbar {
	float: left;
	width: 175px;
	height: 100%;
	text-align: center;
	padding: 0; margin: 0;
	}

#button{
	border-right: 1px solid #000000;
	margin-left: 50; padding-left: 50;
	font-size: 10px;
	text-align: center;
	width: 150px;
	font-weight:bold;
	line-height: 20px;
	}

#button ul {
	list-style: none;
	background-color: #CC6666;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#button li{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	}
	
html>body #button li a {
	width: auto;
	}
		
#button li a {
	display: block;
	padding: 5px 0px 5px 0.5em;
	border-left: 10px solid #990000;
	background-color: #B1CFC7;
	color: #000000;
	text-decoration: none;
	}
	
#button li a:visited {
	color: #272727;
	}
	
#button li a:hover {
	border-left: 10px solid #CC0000;
	color: #CC0000;
}

/* Header */
#header {
	padding-top: 10px; margin-top: 10px;
	}

/* Content */
#content {
	text-align: left;
	padding-top: 30px; margin-top: 30px;
	padding-left: 90px; margin-left: 90px;
	}
	
/*  Footer */
#clearfooter {
	clear: both;
	margin-bottom: 20px;
	}
#footer {
	margin-left: 100px; padding-left: 100px;
	height: 20px;
	}
#footer p {
	color:#666666;
	}