* {
	font-family: optima, sans-serif;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #EEE;
	text-align: center;
}

div#core {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 750px;
	height: 100%;
	background-color: #FEFEFE;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}

div#header {
	border-bottom: 1px solid #BBB;
	padding-left: 10px; 
	padding-top: 5px;
	background-color: #FEFEFE;
	text-align: left;
}

div#bar {
	border-bottom: 1px solid #BBB;
	background-color: #add0d8;
	height: 14px;
	color: #495055;
	font-weight: bold;
	font-size: 10px;
	font-variant: small-caps;
	padding-left: 5px;
	text-align: left;
}

div#bar a {
	color: #495055;

}


table#middle {
	font-size: 10px;
	height: 400px;
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
}

td#left {
	width: 200px;
	background-color: #CDF;
	border-right: 1px solid #BBB;
}

td#right {
	width: 200px;
	background-color: #CDF;
	border-left: 1px solid #BBB;
}



h1 {
	color: #0f75e0;
	font-size: 16px;a
}

div#footer {
	border-top: 1px solid #BBB;
	font-size: 9px;
	text-align: center;
}

div.design {
	sborder: 1px solid #CDE;
	width: 150px;
	sheight: 250px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	float: left;
	clear: right;
	background-color: white;
	text-align: center;
}

div.desname {
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #777;
}

div.design img {
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	border: 1px solid #999;

}

table.attributes {
	sborder: 1px solid #999;
	border-collapse: collapse;
	width: 122px;
	margin: 5px auto;
}

table.attributes tr.even {
	background-color: #E8E8E8;
}

table.attributes tr.odd {
	background-color: #f8f8f8;
}

table.attributes td {
	font-size: 9px;
}

table.attributes th {
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	font-variant: small-caps;
}


div#body {
	background-color: white;
	min-height: 600px;

}


div.browsenav a {
	font-size: 10px;
	color: #678;
}

div.browsenav {
	font-size: 10px;
	color: #777;
	text-align: center;
	padding-left: 10px;
}



div.choices {
	text-align: center; 
	font-size: 10px; 
	color: #777;
}

div.choices a {
	font-size: 10px; 
	color: #678;
}