body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: verdana;
	font-size: 11px;
	}

#holder {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	}
	
#header {
	position: relative;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	}
	
#leftwin {
	position: relative;
	float: left;
	width: 220px;
	}

#centerwin {
	position: relative;
	float: left;
	width: 540px;
	margin-left: 10px;
	}

#rightwin {
	position: relative;
	float: right;
	width: 220px;
	}
	
#fullwin {
	position: relative;
	float: right;
	width: 770px;
	min-height: 200px;
	}

#leftwin h1, #centerwin h1, #rightwin h1, #fullwin h1 {
	margin: 10px;
	line-height: 18px;
	font-size: 13px;
	}
	
#leftwin h2, #centerwin h2, #rightwin h2, #fullwin h2 {
	background: #FFBE00 url(/media/screen/topright.png) top right no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	}

#leftwin p, #centerwin p, #rightwin p, #fullwin p {
	margin: 10px;
	line-height: 18px;
	}

#centerwin table, #fullwin table {
	margin: 10px;
	line-height: 18px;
	}
	
#centerwin form, #fullwin form {
	margin: 0px;
	}
	
#centerwin td, #fullwin td {
	padding-bottom: 3px;
	padding-right: 3px;
	}

#centerwin input, #fullwin input  {
	padding: 1px;
	border: 1px solid #8E8E8E;
	}

#centerwin a, #fullwin a {
	color: #F9AC00;
	font-weight: bold;
	text-decoration: none;
	}

#navi ul {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
	line-height: 18px;
	}

#navi a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

#bottomline {
	margin-top: 10px;
	width: 980px;
	clear: both;
	margin-bottom: 10px;
	}

#bottomline p {
	font-size: 9px;
	margin: 0px;
	text-align: center;
	}

div.smallframe {
	background: url(/media/screen/smallscreen.png) bottom center no-repeat;
	padding-bottom: 12px;
	margin-bottom: 5px;
	}
	
div.centerframe {
	background: url(/media/screen/centerscreen.png) bottom center no-repeat;
	padding-bottom: 12px;
	margin-bottom: 5px;
	}
	
div.fullframe {
	background: url(/media/screen/fullscreen.png) bottom center no-repeat;
	padding-bottom: 12px;
	margin-bottom: 5px;
	}

div.infotext {
	padding-bottom: 2px;
	margin-bottom: 5px;
	}

div.breaker {
	clear: both;
	width: 100%;
	height: 1px;
	clear: both;
	}
	
ul.fulllist {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
	}
	
li.fulllist {
	margin: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px;
	list-style-type: none;
	float: left;
	width: 135px;
	border: 1px solid #FFAE00;
	}

li.fulllist a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}

ul.fulllist li.fulllist table {
	margin: 0px;
	padding: 0px;
	}

li.acceptedfriend {
	color: red;
	}
	
table.caltable {
	font-size: 9px;
	float: left;
	width: 165px;
	}
	
table.caltable tr, table.caltable td {
	font-size: 9px;
	line-height: 12px;
	height: 12px;
	}
	
