A:active {
	color: rgb(255,102,102);
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
A:link {
	color: rgb(255,102,102);
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
A:visited {
	color: rgb(255,102,102);
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
A:hover {
	color: rgb(255,102,102);
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

p {
	color: rgb(255,255,255);
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 11px;
}
td {
	color: rgb(102,102,153);
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 11px;
} 
form {
	display:inline;
}
select {
	background-color: #FFFFFF;
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 11px;    
	color: #333333;
	width: 100px;
}
input {
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 1px;
	color: #333333;
}

#table {
	position: absolute;
	background-image: url(../images/subimages/bg.gif);
	border: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border-bottom-width: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	table-layout: auto;
	margin-top: 0px;
	background-color: White;
	background-repeat: no-repeat;
}

#navigation {
	position:absolute;
	left:0px;
	top:0px;
	width:255px;
	height:138px;
}

#title {
	position:absolute;
	left:255px;
	top:0px;
	width:436px;
	height:153px;
}

#motto {
	position:absolute;
	left:0px;
	top:138px;
	width:218px;
	height:58px;
}

#motto2 {
	position:absolute;
	left:0px;
	top:138px;
	width:218px;
	height:91px;
}

#featured {
	position:absolute;
	background-image: url(../images/subimages/bg-featured.gif);
	left: 0px;
	top: 196px;
	width: 218px;
	height: 219px;
}

#news {
	position:absolute;
	background-image: url(../images/subimages/bg-hotnews.gif);
	left:0px;
	top:229px;
	width:218px;
	height:200px;
}

#bar {
	position:absolute;
	left:218px;
	top:138px;
	width:37px;
	height:387px;
}

#content {
	position:absolute;
	background-image: url(../images/subimages/bg-content.gif);
	left:255px;
	top:153px;
	width:436px;
	height:auto;
}

#copyright {
	position:absolute;
	left:0px;
	top:415px;
	width:218px;
	height:254px;
}
