a:link {color:#ff0000; text-decoration: none }
a:visited {color:#990000; text-decoration: none}
a:hover { color:#FF6600; text-decoration: none }
body {
	background: url(../parts/sunset.gif) repeat-x #ddddff;
	font-family:Arial,sans-serif;
	font-size:13px;
	color:#333333;
}
h2 {font-size:16px; padding:0; margin:0; font-weight:normal;}

div.master
{
	margin:22px auto 0 auto;
	width:800px;
}

div.float
{
	float:left;
	margin:6px;
	padding:4px;
	/*background-color:#FF0;
	border:#333 2px solid;*/
}

div.stack
{
	border-bottom:2px solid #FF6600;
	border-left: 2px solid #FF6600;
	border-right: 2px solid #FF6600;
	padding:6px;
	background-color:#FFFFFF;
}

div.content, div.content_top, div.media
{
	border-bottom:2px solid #FF6600;
	border-left: 2px solid #FF6600;
	border-right: 2px solid #FF6600;
	padding:6px;
	background-color:#FFFFFF;
	width:568px;
}

div.media
{
	text-align:center;
}

div.content_top
{
	border-top: 2px solid #FF6600;
	text-align:center;
	font-size:20px;
}