/*Main css*/
html,body {
	height: 100%;
	background: #000000 repeat-y center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	color:#540169;
	margin: 0;
	padding: 0;
}
#container {
	margin: 1em auto;
	text-align: left;
	width:799px;
}
#top {
	width:799px;
	height:183px;
	background:url(images/top.jpg) no-repeat;
}
#middle {
	width:799px;
	background:url(images/middle.jpg);
	text-align:left;
}
#bottom {
	width:799px;
	height:86px;
	background:url(images/bottom.jpg) no-repeat;
}
/*design-specific tweaks*/
#content { width:650px; padding-left:55px; }
#cert { 
		width:599px; 
		padding-left:85px;
}
#menu { padding-top:110px; padding-left:445px; }
#footer { padding-top:68px; padding-left:25px; color:#FFFFFF; }
	#leftcontent {
		float:left;
		width:60%;
		color:#540169;
		}
		
	#rightcontent {		
	width: 40p%;
	float: left;
	display: inline-block;
		}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*extra pretties*/
#content a:link, #content a:visited, #content a:active, #content a:hover {
  color: #433E45;
  text-decoration: none;
}
a:link, a:visited, a:active {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}
h1 {
  color: #6E1587;
  font-weight: bold;
  font-size: 1.8em;
}

h2 {
  color: #320140;
  font-weight: normal;
  font-size: 17px;
}

h3 {
  color: #6E1587;
  font-weight: bold;
  font-size: 15px;
}

h4 {
  color: #6E1587;
  font-weight: normal;
  font-size: 12px;
}

h5 {
  color: #6E1587;
  font-weight: bold;
  font-size: 12px;
}

h6 {
  color: #6E1587;
  font-weight: bold;
  font-size: 10px;
}

h7 {
  color: #FF8500;
  font-weight: bold;
  font-size: 8px;
}

img { padding:0px; background:#e6e5e5; }
.code { font-family:"Courier New", Courier, monospace; color:#006699; background-color:#dadada; padding:2px; }
.code2 { font-family:"Courier New", Courier, monospace; color:#009900; background-color:#dadada; padding:2px; }