body {
	margin:0px;
	font-family:Tahoma;

}
h2 {
	margin:0px;
	border-bottom:1px dashed #000000;
}
a {
	font-family:Arial;
	font-size:14px;
	color:#0099CC;
/*	color:#3399FF;*/
}

.clearboth {
	clear:both;
}

/***************************************/
#wrapper {
	margin:0 auto;
	width:950px;
}
#header {
	text-align:center;
}
#main_container {}
#footer {
	text-align:center;
}

/***************************************/
#left_col {
	float:left;	
	width:150px;
}

#content {
	float:left;
	width:780px;
	border:2px dashed #000000;
}
#copyright {
	margin-top:40px;
}

#content #profile {
	padding:5px;
}
#content #profile img {
	float:left;
}
#content #profile h3 {
	border-bottom:1px dashed #000000;
}

#content #profile #profile_physical {
	margin-left:20px;
	float:left;
}

#content .status {
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
}
#content .status_offline {
	color:#FF0000;
}
#content .status_online {
	color:#33CC00;
}


#content .cat_profile {
	float:left;
	margin:5px;
	width:180px;
	overflow:hidden;
	border:1px solid #000000;
}
#content .cat_profile img {
	border:2px solid #FFCC33;
}
#content .cat_profile a {
	color:#003399;
/*	color:#FF0000;*/
}
#content .cat_profile .smaller {
	font-size:11px;
}

#content #frontpage {
	padding:5px;
}

/***************************************/
#navigation {
	border:2px solid #000000;
	padding:5px;
	margin-right:5px;
}

#navigation ul {
	list-style-type:none;
	margin:0px;
	padding:0px 10px;
}
#navigation li {
	margin-left:0px;
}

/***************************************/
