/*******************************
       Global Resets
 *******************************/
 
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0; 
	padding: 0; 
}
fieldset, img, button { 
	border: none; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
:focus, input:focus, button:focus, button:active, button:hover {
	outline: 0;
}
sub, sup {
	font-size: 8px;
	line-height: 0;
}
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}
li {
	list-style-type: none;	
}

/*******************************
          Global Styles 
 *******************************/


body {
	background: #FFFFFF;
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	color:#000000;
	
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
a {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color: #CC3366;
	text-decoration: none;
}
a.cat {
	color: #000000;
	text-decoration: none;
}
a.cat:hover {
	color: #C53366;
	text-decoration: none;
}




#master {
	position:relative;
	width: 1000px;
	height:auto;
	margin: 0;
	overflow:hidden;
	overflow-x:hidden;
	line-height:19px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:300px;
	
}
#footer{
	color:#CCC;
	height:100px;
	font-size:11px;
}
#title-bar {
	margin-top:30px;
	text-align:center;
	width: 500px;
	height:100px;
	float:left;
	margin-left:250px;
	margin-right:250px;
	font-size:24px;
}
#message{
	width:410px;
	height:105px;
}
#message-center {
	display:none;
	margin-top:30px;
	text-align:center;
	width: 420px;
	height:360px;
	float:left;
	margin-left:290px;
	margin-right:290px;
	font-size:24px;
}
#sbutton{
	float:left;
	margin-top:20px;
}
#stext{
	float:left;
	font-size:12px;
	font-style:italic;
	color:red;
	margin-top:20px;
	margin-left:30px;
}
#profile-stats{
	text-align:left;
	float:left;
	margin-left:20px;
	height:150px;
	width:200px;
}
#profile-image{
	float:left;
	height:150px;
	width:130px;
}
#profile-name{

	margin-bottom:20px;
}
#profile-info{
	font-size:12px;
}
#profile-image img{
	border:solid 5px black;
}


#address-book{
	margin-left:auto;
	margin-right:auto;
	width: 980px;
	min-height:300px;
}
.group{
	clear:both;
	padding-bottom:20px;
}
.group div{
	font-size:20px;
	font-weight:bold;
}
.group li{
	float:left;
	margin:4px;
	font-style:italic;
	font-size:14px;
}
.clear{
	clear:both;
}
#logo{
	position:fixed;
	left:8px;
	top:8px;
}

