* {margin:0; padding:0;}

body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;


	
	background-image: url('/images/purplebg.jpg');
	background-repeat: repeat-x;
	background-position: left top;	
	font-style:normal; font-variant:normal; font-weight:normal; font-size:85%; font-family:arial, hevetica, sans-serif
}

a:link { color: #3A3C94; }
a:visited { color: #3A3C94; }

a:hover
{
	color: #ffffff;
	background-color: #3A3C94;
}

h2
{
	color: #3a3c94;
	background-color:#e1dbf3;
	font: 120% arial, hevetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #3A3C94;
	font: 110% arial, hevetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

table
{
	padding: 5px;
}

#spbox
{
	color: #000
	margin: 5px
	background-color: #E0B0FF
	border: 3px
	border-color: #000
	padding: 3px
}

#all
{
	background-image: url('images/Page-BgGlare.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	
	/* specially for Opera */
html:first-child .PageBackgroundGlare
{
  border: 1px solid transparent;
}
/* specially for Opera */

}

#container
{
	margin: 2em auto;
	padding: 10px;
	width: 800px;
	text-align: left;
	background-color: #fff;
	border: 2px none #fff;
}

#header
{
	border-left:1px none #fff; border-right:1px none #fff; border-top:1px none #fff; height: 45px;
	width: 100%;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	border-bottom: 1px solid #fff
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}



#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #74009a;
	padding-left: 15px;
}

#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #74009a; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}