body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000050;
	background-color: white;
}

#header
{
	position: absolute;
	left: 25px;
	top: 25px;
	width: 875px;
	height: 120px;
	background-color: #990000;
	background-image: url(../images/sslogo3d_120x120.jpg);
	background-position: 15px;
	background-repeat: no-repeat;
	border: 1px outset #FF3214;
}

#header div
{
	position: absolute;
	left: 350px;
	top: 80px;
	width: 500px;
	font-family: Arial;
	font-size: 18pt;
	color: ghostwhite;
	text-align: right;
}

#hseparator
{
	position: absolute;
	left: 176px;
	top: 25px;
	width: 10px;
	height: 125px;
	background-color: white;
}

#sidebar
{
	position: absolute;
	left: 25px;
	top: 155px;
	width: 150px;
	height: 600px;
	background-color: darkred;
	border: 1px outset #FF3214;
}

#right
{
	position: absolute;
	left: 910px;
	top: 25px;
	width: 30px;
	height: 730px;
	background-color: #990000;
	border: 1px outset #FF3214;
}

#content
{
	position: absolute;
	left: 185px;
	top: 155px;
	width: 715px;
	height: 570px;
	background-color: #990000;
	border: 1px solid #990000;
}

#content span
{
	position: relative;
	left: 25px;
	top: 5px;
	font-family: Arial;
	font-size: 12pt;
	color: white;
	letter-spacing: 2pt;
}

#footer
{
	position: absolute;
	left: 185px;
	top: 725px;
	width: 705px;
	height: 21px;
	background-color: #990000;
	border: 1px outset #FF3214;
	border-top: 0px;

	font-size: 7pt;
	color: ghostwhite;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

#contentiframe
{
	position: relative;
	top: 15px;
	width: 715px;
	height: 535px;
	background-color: ghostwhite;
}

#iframecontent
{
	margin: 25px;
	/*background-image: url(../images/sslogo_295x295.jpg);
	background-position: center;
	background-repeat: no-repeat;*/
}

#headline
{
	font-size: 14pt;
	font-weight: normal;
	/*font-variant: small-caps;*/
	padding-bottom: 5px;
	border-bottom: 1px outset midnightblue;
	margin-bottom: 20px;
	letter-spacing: 0.5pt;
}

#article
{
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 20pt;
	letter-spacing: 0.4pt;
}

#article ul
{
	list-style-type: square;
}

#articlecon
{
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 0.4pt;
}

#articleimg
{
	border: 1px outset #990000;
}

#articleimgtext
{
	font-size: 8pt;
	color: teal;
}

#albumimg
{
	position: relative;
	left: 25px;
	width: 390px;
	height: 390px;
	margin-left: 20px;
	margin-top: 5px;
}

#albumimgscroll
{
	width: 150px;
	height: 115px;
	margin: 10px;
	border: 1px outset #990000;
}

a, a:link, a:visited
{
	font-size: 9pt;
	font-weight: bold;
	color: #900000;
	text-decoration: none;
}

a:hover
{
	color: #FF3214;
	text-decoration: none;
}