
body {
	color: #666;
	background-color: #ccc;
	font-size: small;
	font-family: Verdana, Times, serif;
	margin: 0;
	padding: 0; 
	width: 1024px; 
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #999;
	}

.inlineimage {
	margin: 0 10px 5px 0;
	width: 170px;
	height: 220px;
	border: solid 2px #999;
	float: left }

#header {
	color: #666;
	font-size: xx-large;
	background-color: #ccc;
	background-image: url(../images/logo2.gif);
	background-repeat: no-repeat;
	background-position: 76%;
	height: 200px;
	border-bottom: solid 1px #999;
	clear: both }


#title {
	color: #fff;
	font-weight: bolder;
	background-color: #ccc;
	background-image: url(../images/brick_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	white-space: nowrap;
	width: 26%;
	height: 200px;
	border-right: solid 1px #999;
	float: left ;
 }


#left {
	margin: 0px 0px 0;
	padding: 20px 0px 20px 00px;
	width: 266px;
	float: left ;
	border-bottom: solid 1px #999;
	}

#content {
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 0 0 266px;
	border-left: solid 1px #999;
	padding: 10px 10px }

ul {
	list-style: none;
	margin-top: 0 }

a {
	color: #999;
	text-decoration: none;
	list-style: none }

a:hover {
	color: #336699;}
	

h1  {
	color: #fff;
	font-size: xx-large;
	margin: 0;
	padding: 0;
	}

h2 {
	color: #336699;
	font-size: large;
	margin-top: 10px }

p {
	line-height: 1.5em }
