* {
	margin:0;
	padding:0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 763px;
}

#header {
	width: 763px;
	height: 278px;
	background: url(../images/header.jpg) no-repeat;
}

#sub {
	width: 718px;
	height: 111px;
	background: url(../images/sub.jpg) no-repeat;
}

#sub p {
	padding:40px 250px 0 0;
	text-align:center;
	font-size:1.4em;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	letter-spacing:1px;
}

#page {
	padding-left:21px;
	width: 763px;
	background: url(../images/tile.gif) repeat-y;
}

#nav {
	width: 763px;
	margin: 0 auto;
}

#nav ul {
	margin:0 auto;
	padding:0;
	display:block;
	text-align: center;
}

#nav ul li{
	list-style-type:none;
	padding:0px;
	display:inline;
	margin:-0 7px -0 0;
	font-size:1em;
}

#nav ul li a, #nav ul li a:visited {
	text-decoration:none;
	font-weight:bold;
	font-size: 0.7em;
	color:#000000;
}

#nav ul li a:hover {
	text-decoration:none;
	color:#DD0000;
}

#menu {
	width:170px;
	float:left;
	padding:30px 0 0 0;
	margin:20px 0;
	border:1px solid #dfdfdf;
	border-left:none;
}

#menu ul {
	width:170px;
	list-style-type:none;
}

#menu ul li {
	width:170px;
	height:38px;
	background: url(../images/menu.gif) repeat-x;
}

#menu ul li a {
	width:146px;
	padding-left:24px;
	height:38px;
	line-height:38px;
	display:block;
	color:#000;
	font-size:0.8em;
	text-decoration:none;
	background:url(../images/1.gif) 2px 3px no-repeat;
}

#menu ul li a.m7 {
	width:146px;
	padding-left:24px;
	height:38px;
	line-height:19px;
	display:block;
	color:#000;
	font-size:0.8em;
	text-decoration:none;
	background:url(../images/1.gif) 2px 3px no-repeat;
}

#menu ul li a.m2 {  background:url(../images/2.gif) 2px 3px no-repeat; }
#menu ul li a.m3 {  background:url(../images/3.gif) 2px 3px no-repeat; }
#menu ul li a.m4 {  background:url(../images/4.gif) 2px 3px no-repeat; }
#menu ul li a.m5 {  background:url(../images/5.gif) 2px 3px no-repeat; }
#menu ul li a.m6 {  background:url(../images/6.gif) 2px 3px no-repeat; }
#menu ul li a.m7 {  background:url(../images/7.gif) 2px 3px no-repeat; }

#content {
	padding:18px 15px;
	width: 520px;
	float:left;
	font-size:0.9em;
}

#content p {
	margin-bottom: 10px;
}

#content ul {
	margin: 0 0 0 18px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-weight:normal;
	margin-bottom:5px;
}

#content h3,
#content h4,
#content h5,
#content h6 {
	font-weight:normal;
}

#content h2 {
	width:500px;
	border-bottom:1px solid #777;
	padding-bottom:2px;
	margin-bottom:13px;
}

#content #smallmenu {
	letter-spacing:0.5px;
	font-size:0.9em;
	color: #333;
	margin-bottom:9px;
	text-align:right;
}

#content #smallmenu a {
	color:#333;
	text-decoration:none;
}

#content #smallmenu a:hover {
	text-decoration:underline;
}

#footer {
	width: 763px;
	height: 38px;
	background: url(../images/foot.gif) no-repeat;
	padding-top:26px;
}

#footer p {
	text-align:center;
	font-size:0.8em;
	color:#555;
}

#footer p a {
	color:#555;
}

#emaillink, #emaillink:visited {
	text-decoration:none;
	font-weight:bold;
	margin-left:10px;
	font-size: 0.7em;
	color:#000000;
}

#emaillink:hover {
	text-decoration:none;
	color:#DD0000;
}

#content #pink {
	width:158px;
	border:1px solid #f446a2;
	min-height:260px;
	height: auto !important;
	height:260px;
	background: url(../images/pink.gif) repeat-x 0 80px ;
	float:left;
	font-size:0.9em;
}

#content #yellow {
	width:158px;
	border:1px solid #ffc300;
	min-height:260px;
	height: auto !important;
	height:260px;
	background: url(../images/yellow.gif) repeat-x 0 80px ;
	float:left;
	font-size:0.9em;
	margin:0 14px;
}

#content #blue {
	width:158px;
	border:1px solid #62ccff;
	min-height:260px;
	height: auto !important;
	height:260px;
	background: url(../images/blue.gif) repeat-x 0 80px ;
	float:left;
	font-size:0.9em;
}

