@charset "utf-8";
/* CSS Document */
/*Page Layout */
body {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	background: #E6EEEE url(/_images/bg.gif) repeat-x;
	color: #333;
	
	font-family: Verdana;
	font-size:12px;
}
	body p{
		padding-left: 5px;
		padding-right: 8px;
	}

div#main {
	width: 800px;
	margin-left: auto;
    margin-right: auto;
}

div#title {
	width: 800px;
	height: 150px;
	margin-left: auto;
    margin-right: auto;
}

div#content{
	width: 800px;
}

div#leftcontent{
	width: 550px;
	float:left;
}
	.leftsubtitle{
		font-size: 14px;
		font-weight:bold;
		margin-bottom: -12px;
		padding-left: 5px;
		padding-right: 5px;
	}

div#rightcontent{
	width: 250px;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	position:inherit;	
}
div#rightimg{
	width: 250px;
	height: 15px;	
}
div#about{
	width: 250px;
	background: url(/_images/about_bg.png) repeat-y;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 0;
	margin-bottom: 0;
}
	div#about p{
		color: #FFFFFF;
		margin-bottom: 0;
	}
	
	.abouttitle{
		color: #FFFFFF;
		font-size: 14px;
		font-weight:bold;
		text-align:center;
	}

div#footer{
	width: 800px;
	clear: both;
	padding-top: 5px;
	margin-bottom: 5px;
}
	/* Font styling for footer */
	div#footer p {
		margin:0;
		font-size:10px;
		text-align:center;
	}

/* Default Link Styles */
a:link { 
	text-decoration: underline;
	color: #333;
	}
a:visited { 
	color: #333;
	text-decoration: underline;
	}
a:hover { 
	color: #FF9700;
	text-decoration: none;
	}
a:active { 
	color: #333;
	text-decoration: underline;
	}

/* Special Formatting for Add link */
div#addemoticony{
	text-align:center;
	background-color:#FFB029;
	border:dashed medium #974B00;
	color:#000000;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}

/* About Link */
div#about a:link { 
	text-decoration: underline;
	color:#FFFFFF;
	}
div#about a:visited { 
	color:#FFFFFF;
	text-decoration: underline;
	}
div#about a:hover { 
	color: #FF9700;
	text-decoration: none;
	}
div#about a:active { 
	color:#FFFFFF;
	text-decoration: underline;
	}
