* {
	margin: 0;
	padding: 0;
}

html{
	background-image:url(images/tileBg.png);
}

body {
    background: url(images/bg.gif) repeat-x;
    font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #333;
}

a {
    text-decoration: none;
    color: #157D6A;
}
a:hover {
    text-decoration: underline;
    color: #37AB96;
}

#wrap {
    margin: 0 auto;
    width: 800px;
}

#header {
    height: 80px;
}
#header h1 { 
    font-size: 28px;
    letter-spacing: -1px;
    padding: 23px 0 0 20px;
    color: #ccc;
}
#header h1 a { 
    color: #ccc;
    text-decoration: none;
    font-weight: 100;
    letter-spacing: -2px;
}
#header h1 a:hover {
    color: #fff;
}
#header h2 {
    font-size: 19px;
    color: #fff;
    padding: 5px 0 0 20px;
    letter-spacing: -1px;
    font-weight: 100;
}

#menu {
    height: 70px;
    line-height: 70px;
    background: url(images/menu.png) no-repeat;
}
#menu ul {
    list-style-type: none;
    padding-left: 40px;

}
#menu ul li {
    display: block;
    float: left;
}
#menu ul li a {
    padding: 0 20px 0 0;
    text-decoration: none;
    font-weight: 100;
    font-size: 14px;
}
#menu ul li a:hover {
    color: #000;
    text-decoration: none;
}

#content {
    background: url(images/content.gif) repeat-y;
    padding: 0 30px 20px 0px;
}

.right {
    float: right;
    width: 740px;
    text-align: justify;
}
.right h1{
padding-bottom:10px;
padding-top:5px;
}
.right h2 {
    font-size: 18px;
    font-weight: 100;
    padding: 15px 0 7px 0;
}
.right h2 a {
    text-decoration: none;
}
.right h2 a:hover {
    color: #000;
}

.right p{
	padding: 5px;
}

.right ul li{
	position:relative;
	left:40px;
}

#bottom {
    background: url(images/bottom.gif) no-repeat;
    padding: 10px 0;
}

#footer {
	 color:#aaa;
    text-align: center;
    font-size: 11px;
}
#footer a {
	 color:#aaa;
}


/*   Extra classes   */

hr{
	width:60%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	height:1px;
}

.padBottom{
	padding-bottom:20px;
	position:relative;
}

.indent{
	left:15px;
	position:relative;
}

#sendEmail{
	display:none;
}

#follow{
	display:none;
	left:20px;
	position:relative;
}
#twitter{
	position:absolute;
	left:45%;
	top:7%;
	width:250px;
	display:none;
    z-index:2;
}

#twitterBG{
    background-color:#000;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
    opacity: .75;
    filter: alpha(opacity=75);
    display:none;
}

.hilite{
	background-color:#C6FCBC;
	color:#000000;
}

img{
	border:none;
}

.newWindowLink{
	position:absolute;
	left:45%;
	padding:4px;
	background-image:url(images/extLinkBg.png);
	background-repeat:repeat;
	display:none;
	width:220px;
	color:#000;
}

.code{
	width:85%;
	position:relative;
	border:thin solid #222;
	background-color:#EEEEEE;
	padding:5px;
	height:500px;
	overflow:auto;
	display:none;
}

/*-- This is for the question marks on the Profile page --*/
.moreInfo{
	font-size:12px;
}

.moreInfoBox{
	font-size:14px;
	display:inline;
	background-color:#BBFFB9;
	padding:3px;
	margin-left:5px;
	position:relative;
	top:-20px;
}
