body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	background-color: #191919;
}

img {
border: 0px;
padding-right: 10px;
padding-bottom: 10px;

}

.float-left {
float: left;
}

.clear {clear: both;}

h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 2px;
	}


p {
	font-size: 15px;
	/*font-style: italic;*/
	letter-spacing: 1px;
	line-height: 150%;
	color: #707070;
}

p.tags, .small {
	color: #3ba34a;
	padding: 5px;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*background-color: #4a4a4a;*/
	}

p.small {
	background-color: #4a4a4a;
}

p.pagenums {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #4a4a4a;
	color: #FFF;
	font-style: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
div.quote {
	background-image: url("images/quote2.png");
	background-repeat: no-repeat;
}

div.code {
	background-image: url("images/code.png");
	background-repeat: no-repeat;
/*	background-color: #4a4a4a;*/
}

div.quote, div.code {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 30px;
	/*background-color: #588feb;
	background-color: #94b4ea;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.quote {
	color: #7252bd;
	font-style: normal;
}

p.code {
	color: #588feb;
	font-style: normal;
}

img.endquote {
	clear: both;
	float: right;
}

#content {
margin-top: 40px;
}

#navlist
{
margin-bottom: 20px;
padding: 0 0 30px 10px;
border-bottom: 1px solid #4a4a4a;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
letter-spacing: 1px;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 2px;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #7252bd;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 1px dotted #3ba34a;
padding-bottom: 2px;
color: #3ba34a;
}

#navlist a:hover {
 color: #588feb; 
 border-bottom: 1px dotted #588feb;
 }
	
#footer p{
margin: 0;
font-style: normal;
font-size: 12px;
}

#footer  p a {
	text-decoration: none;
	font-style: normal;
	color: #abaeab;
	font-size: 12px;
}

#left p a, #left ul a{
text-decoration: none;
border-color: #588feb;
color: #588feb;
}	

#right a{
text-decoration: none;
color: #588feb;
}	

#right p a{
border-bottom: 1px dotted;
color: #707070;
}

#header 
{
padding-left: 20px;
height: 115px;
background: url("images/header2.png") no-repeat center;
}

#left,#right {
padding-bottom: 25px;
}

#left
{
width: 60%;
float: left;
margin-left: 50px;
}

#right
{
max-width: 25%;
margin-right: 50px;
float: right;
}

#footer {
background-color: #4a4a4a;
position: fixed;
text-align: center;
padding-top: 5px;
width: 100%;
height: 20px;
top: auto;
right: 0;
bottom: 0;
left: 0;
}

#bottompadding {
height: 50px;
}

.logo {
padding-top: 20px;
padding-left; 20px;
}	  
	  
.center {
text-align: center;
}

.bottom {
bottom: 0;
width: 50%;
position: absolute;
}

.square {
width: 170px;
float: left;
}

table{
	width:100%;
	border:1px solid #4a4a4a;

}

table th {
	font-size: 1.2em;
	font-weight: normal;
	text-align:center;
	}
table td {
	background-color: #4a4a4a;
	padding:.3em 1em;
	text-align:center;
	}

table td.hidden {
	background-color: #7252BD;
}	

table td a{
color: #FFF;
}

h1 a {
	color: #FFF;
	text-decoration: none;
}

	#right {font:80% arial, helvetica, sans-serif; font-style:normal;}
      div.cloud {text-align:justify; line-height:3em; }
      a.size1 {font-size:1.1em}
      a.size2 {font-size:1.3em}
      a.size3 {font-size:1.5em}
      a.size4 {font-size:1.7em}
      a.size5 {font-size:1.9em}
      a.size6 {font-size:2.1em}
      a.size7 {font-size:2.3em}
      a.size8 {font-size:2.5em}
      a.size9 {font-size:2.7em}
      a.size10 {font-size:2.9em}

#left ul, li {
color: #707070;
list-style-position: inside;
letter-spacing: 1px;
line-height: 150%;
}


