#wrap {
	position: relative;
	top: 0; 
	margin: 0 0 0 180px;
	float: right;
    background: url(images/design/bg_alphabet-2.gif) top left repeat-x;
/*	border: solid thin red; */
	}

#header {
	height: 102px;
	width: 100%;
	border-left: thin solid #000099;
	}


#main {
	position: relative;
	margin: 0;
	padding: 0 20px 0 5px;
	background-color: #fec;
	border: thin solid #000099;
/*	border: solid thin black; */
	}

#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
/*	border-right: thin solid #000099;
	border-bottom: thin solid #000099; */
	float: left;
	}
	
#left p {
	font-size: 80%;
	padding: 0 5px; 
	}	

a:link {
	color: #990033;
	text-decoration: none;
	}

a:visited {
	color: #990033;
	text-decoration: none;
	}

a:hover {
	color: #354250;
	text-decoration: underline;
	}

a:active {
	color: #354250;
	text-decoration: none;
	}


.menu-option {
	width: 170px;
	background-color:#000066;
	color:#FFFFFF;
	margin: 5px 0 0 0;
	padding: 5px;
	}

.menu-option a {
	font-family:Papyrus, Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration: none;
	font-size: larger;
	color:#FFFFFF;
	}

.menu-option a:visited {
	text-decoration: none;
	color:#99FFFF;
	}

.menu-option a:hover {
	text-decoration: underline;
	color:#FFFFFF;
	}

.menu-option a:active {
	text-decoration: none;
	color:#FFFFFF;
	}

#footer {
	padding-top: 5px;
	clear: both;
	}


body, html {
	background-color:#ffc;
	margin-top: 0;
	margin-left: 0;
	}
	

body, table, th, td, b, p, br {
	font-family:"Times New Roman", Times, serif;
/*	font-size:14px; */
}

.xmall {
    font-size: 60%;
    font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	}

.powered {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #CC0000;
	}
