 body {
	background-image:url("front/bg.gif");
	margin:0px;
	}
img { border: 0; }
#face { border: 2px solid blue;}
#container {
	background:url("front/main_bg.gif") #ffcc66;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border:4px solid #ffffff;
}

#top {
	width: 700px;
	height: 409px;
	border-bottom:4px solid #ffffff;
	}

.title {
	font-family:Arial,helvetica, sans-serif;
	font-size:26px;
	line-height:20pt;
	padding:15px;
	letter-spacing:2px;
	margin-left:20px;
	margin-right:15px;
	}


.smalltitle {
	font-family:Arial,helvetica, sans-serif;
	font-size:16px;
	line-height:20pt;
	padding:15px;
	margin-left:20px;
	margin-right:15px;
	}





.text {
	font-family:Arial,helvetica, sans-serif;
	font-size:12px;
	line-height:15pt;
	padding:10px;
	margin-left:10px;
	margin-right:10px;
	}

.text a {
	color:#000000;
	text-decoration:underline;
	}

.text a:hover {
	text-decoration:none;
	color:#333333;
	}

.footer {
	font-family:verdana, sans-serif;
	font-size:xx-small;
	font-weight:bold;
	line-height:15pt;
	padding:10px;
	text-align:center;
	}
	
#main {
	background:url("front/bg-color.gif");
	margin-left:170px;
	border-left:4px solid #ffffff;
	}

#side {
	float:left;
	padding:10px;
	left:0;
	width:150px;
	height:600px;
	background:#669966;
	border-bottom:4px solid #ffffff;
	border-right:4px solid #ffffff;
	}

#footer {
	border-bottom:4px solid #ffffff;
	border-left:4px solid #ffffff;
	border-right:4px solid #ffffff;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background:#669966;
	}

.menu A {
	color: #333333;
	display: block;
	font-family: georgia, serif;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
	padding:8px;
	text-transform:uppercase;
}
.menu A:HOVER {
	color: #000000;
	background:url("front/nav_bg.gif");
}





