/* General */
body {
	margin: 0 0 20px 0;
	background: url('images/bg.jpg') repeat-x;
	font-family: Verdana, Helvetica, Arial;
	color: #7d7d7d;
}
.container {
	width: 900px;
	margin: 0 auto 0 auto;
}
a {
	text-decoration: none;
	color: #59a7ff;
}
a:hover {
	color: #3c73b1;
}


/* Top */
#top {
	height: 163px;
}
#logo {
	width: 150px;
	padding: 53px 0 0 15px;
}
#ad_top {
	border: 3px solid #626262;
	margin: 32px 0 0 0;
	width: 728px;
	height: 90px;
}

/* Content */
#content {
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 5px;
}

/* Sidebar */
#sidebar {
	width: 180px;
}

/* Menu */
.menu {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.menu_title {
	background: url('images/menu_title.jpg') no-repeat;
	width: 175px;
	height: 25px;
	padding: 5px 5px 0 0;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #ffffff;
}
.menu li a {
	padding: 3px 3px 3px 20px;
	background: url('images/menu_bullet.jpg') no-repeat 5px 6px #ffffff;
	border-bottom: 1px solid #dcecff;
	font-size: 11px;
	color: #457cb3;
	text-decoration: none;
	display: block;
}
.menu li a:hover {
	background: url('images/menu_bullet_hover.jpg') no-repeat 5px 6px #f2f8ff;
}

/* Middle Content */
#middle_content {
	width: 595px;
}
#old_content {
	width: 590px;
	margin: 15px auto 0 auto;
	font-size: 11px;
}

/* Middle Ad */
#middle_ad {
	width: 280px;
}

/* Chat */
#chat {
	width: 280px;
	margin: 0 0 0 7px
}
#chat_frame {
	width: 280px;
	height: 210px;
	background: #f9f9f9;
}

/* Tools */
#tools {
	width: 280px;
	font-size: 11px;
	margin: 0 0 0 7px
}
#tools p {
	margin: 5px 5px 12px 5px;
}

/* Image Tools */
#image_tools {
	width: 300px;
	margin: 10px 0 0 7px;
}
#image_tools img {
	margin: 0 0 5px 0;
}

/* Sidebar Right */
#sidebar_right {
	width: 120px;
}

/* Affiliates */
#affiliates {
	margin: 15px 0 0 0;
}
#affiliates p {
	font-family: "Trebuchet MS";
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#affiliates a {
	padding: 3px 3px 3px 20px;
	background: url('images/menu_bullet.jpg') no-repeat 5px 6px #ffffff;
	border-bottom: 1px solid #dcecff;
	font-size: 11px;
	color: #457cb3;
	text-decoration: none;
	display: block;
}
#affiliates a:hover {
	background: url('images/menu_bullet_hover.jpg') no-repeat 5px 6px #f2f8ff;
}


/* Footer */
#footer {
	width: 728px;
	margin: 10px auto 0 auto;
	font-size: 11px;
}

/* Old Style */
.too {
	width: 580px;
	background: #f2f8ff;
	padding: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dcecff;
	font-family: verdana;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}
.title_page {
	width: 500px;
	margin: 0 auto 0 auto;
	font-size: 1.5em;
	font-family: "Trebuchet MS";
	text-align: center;
	padding: 8px 0 0 0;
	color: #373737;
}

/* Classes */
.center {text-align: center;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}

/* // For Image Headers, Hide Text // */
.title_image {z-index: 99999; text-indent: -2000em; display: block; font-size: 6px;}
.title {background: url('images/title_bg.jpg') repeat-x; height: 33px;}
#title_chat {
	background: url('images/title_chat.jpg') no-repeat 87px 10px;
	width: 285px;
	height: 33px;
}
#title_tools {
	background: url('images/title_tools.jpg') no-repeat 87px 10px;
	width: 285px;
	height: 33px;
}

/* // Margin 15px // */
.mr15 {margin-right: 15px;}
.ml15 {margin-left: 15px;}
.mt15 {margin-top: 15px;}
.mb15 {margin-bottom: 15px;}
.m15 {margin: 15px;}

/* // Margin 10px // */
.mr10 {margin-right: 10px;}
.ml10 {margin-left: 10px;}
.mt10 {margin-top: 10px;}
.mb10 {margin-bottom: 10px;}
.m10 {margin: 10px;}

/* // Margin 5px // */
.mr5 {margin-right: 5px;}
.ml5 {margin-left: 5px;}
.mt5 {margin-top: 5px;}
.mb5 {margin-bottom: 5px;}
.m5 {margin: 5px;}

/* // Padding 15px // */
.pr15 {padding-right: 15px;}
.pl15 {padding-left: 15px;}
.pt15 {padding-top: 15px;}
.pb15 {padding-bottom: 15px;}
.p15 {padding: 15px;}

/* // No Margin, No Padding // */
.m0 {margin: 0;}
.p0 {padding: 0;}

/* // Margin Center // */
.mc {margin: 0 auto 0 auto;}

/* // Font Size // */
.f9 {font-size: 9px;}
.f10 {font-size: 10px;}
.f11 {font-size: 11px;}
.f12 {font-size: 12px;}
.f13 {font-size: 13px;}
.f14 {font-size: 14px;}

/* Extras */
a img {border: 0;}
a {outline: 0;}