html, body, ul, li, h2, h1{
   margin : 0;
   padding : 0;
}
html{overflow: -moz-scrollbars-vertical;}

h2{font-size:1em;font-weight:bold;}
h2.online{font-size:1em;font-weight:bold;color:#00ffff}
h2.offline{font-size:1em;font-weight:bold;color:#00FF00}
h2.branding{font-size:1em;font-weight:bold;color:#0000cc}
h2.video{font-size:1em;font-weight:bold;color:#ffff00}
h2.aboutme{font-size:1em;font-weight:bold;color:#ff0000}
ul{list-style:none;padding-bottom:10px;}

body {
	background:#000 url("images/test_image_background.jpg");
	color:#fff;
	text-align:center;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	width:100%;
}
img {border:none}
#outerWrapper{
	margin:0 auto;
	width:910px;
	text-align:left;
}
h1.logo{
background:transparent url("images/test_image_logo.png") no-repeat 0 0;
text-indent:-5000px;
height:60px;
width:180px;
float:left;
cursor:pointer;
}
ul.globalNav{float:right;margin-top:43px;}
ul.globalNav li{display:inline;}


#wrapper{
	width:910px;
	text-align:left;
	font-size:1.1em;
	background:#000;
	float:left;
	padding:10px;
}

ul.mainNav{
	float:left;
	width:160px;
	margin-right:10px;
}

a:link{color:#fff;text-decoration:none;}
a:visited{color:#999;text-decoration:none;}
a:focus, a:hover, a:active {text-decoration:underline} 

ul.externalLinks li a:link, ul.externalLinks li a:visited, a.homepageLink{
	color:#FF00FF;
}
ul.globalNav li a:visited{color:#fff;}
ul.mainNav li.active a{color:#FF00FF}
.content{
	float:right;
	width:500px;
	text-align:center;
}
.content p{text-align:left;}

#home .content{width:735px;float:right;text-align:left;}
#home .content img{float:left;padding-right:10px;}
#home .content ul{border-top:solid 1px #fff;}
#home .content ul li{border-bottom:solid 1px #fff;display:block;height:145px;padding:10px 0;}

.contentwide{
	float:right;
	width:600px;
	text-align:center;
}

.leftColumn{float:left;width:675px;}
#home .leftColumn {width:910px;}
.rightColumn{
	float:right;
	width:210px;
	padding-left:10px;
}

.leftColumnWide{float:left;width:775px;}
#home .leftColumn {width:910px;}
.rightColumn{
	float:right;
	width:210px;
	padding-left:10px;
}

.rightColumn img{
	margin:10px 0 0 0;
}

.rightColumn img.middle{
	margin:10px 10px 0 10px;
}
