/*source is http://bluerobot.com/web/layouts/view_css.php?layout=layout3*/



body {

	color:#333;

	background-color:#FFFFFF;

	margin:20px;

	padding:0px;

	font:small helvetica, verdana, arial, sans-serif;

	}

h1 {

	margin:0px 0px 15px 0px;

	padding:0px;

	font-size:large;

	font-weight:900;

	color:#CC3333;

	}

h2 {

	font:bold medium/14px helvetica, verdana, arial, sans-serif;

	margin:0px 0px 15px 0px;

	padding:0px;

	color:#CC3333;

	}

h3  {

	font:bold medium/12px helvetica, verdana, arial, sans-serif;

	margin:0px 0px 15px 0px;

	padding:0px;

	}

p {

	font:small/20px helvetica, verdana, arial, sans-serif;

	margin:0px 0px 16px 0px;

	padding:0px;

	}

.Content>p {margin:0px;}

.Content>p+p {text-indent:30px;}



a {

	color:#990099;

	font-size:small;

	font-family:helvetica, verdana, arial, sans-serif;

	font-weight:600;

	text-decoration:none;

	}

a:link {color:#990099;}

a:visited {color:#07a;}

a:hover {background-color:#eee;}



/* All the content boxes belong to the content class. */

.content {

	position:relative;

	width:800px;

	top: 20px;

	min-width:120px;

	margin:0px 210px 20px 170px;

	border:0px;

	background-color:#FFFFFF;

	padding:10px;

	z-index:3;

	height: 2524px;



	}



#navAlpha {

	position:absolute;

	width:150px;

	top:180px;

	left:20px;

	font color: #990099;

	border:1px dashed #CC3333;

	background-color:#FFFFFF;

	padding:10px;

	z-index:2;



/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 

Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 

IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 

declaration. The incorrect IE5/Win value is above, while the correct value is 

below. See http://glish.com/css/hacks.asp for details. */

	voice-family: "\"}\"";

	voice-family:inherit;

	width:128px;

	}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 

length values to user agents that exhibit the parsing error exploited above yet get 

the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include

a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

body>#navAlpha {width:128px;}

		

#navBeta {

	position:absolute;

	width:190px;

	top:180px;

	right:20px;

	font color: #990099;

	border:1px dashed #996699;

	background-color:#FFFFFF;

	padding:10px;

	z-index:1;

/* Again, the ugly brilliant hack. */

	voice-family: "\"}\"";

	voice-family:inherit;

	width:168px;

	}

/* Again, "be nice to Opera 5". */

body>#navBeta {width:168px;}



#navLogo {

	position:absolute;

	width:150px;

	top:10px;

	left:20px;

	font color: #FFFFCC;

	border:0px dashed #996699;

	background-color:#FFFFFF;

	padding:10px;

	z-index:2;



/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 

Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 

IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 

declaration. The incorrect IE5/Win value is above, while the correct value is 

below. See http://glish.com/css/hacks.asp for details. */

	voice-family: "\"}\"";

	voice-family:inherit;

	width:128px;

	}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 

length values to user agents that exhibit the parsing error exploited above yet get 

the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include

a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

body>#navLogo {width:128px;}

		

#navImg {

	position:absolute;

	width:190px;

	top:10px;

	right:10px;

	left:181px;



	font color: #FFFFCC;

	border:0px;

	background-color:#FFFFFF;

	padding:10px;

	z-index:1;

	voice-family: "\";

	height: 268px;

}\"";

	voice-family:inherit;

	width:168px;

	}

/* Again, "be nice to Opera 5". */

body>#navImg {width:236px;}







img.leftalign {

float: left;

position: relative;

padding-right: 15px;}



img.rightalign {

float: right;

position: relative;

padding-left: 15px;}



img.middle {

float: absmiddle;

position: relative;

padding-right: 50px;

padding-left: 50px}

