/* 
v 1.0
Author: Jon Marus
bc-23.com Main Styles

*/

/* ============================================================ */
/* Link Styles */

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #888;
	text-decoration: none;
}

a.m_link {
	text-decoration: none;
	font-size: 13px;
	color: #222;
}

a.m_link:hover {
	color: #300102;
	text-decoration: none;
}

/* ============================================================ */
/* Document Settings */

body {
	margin: 0px;
  	padding: 20px;
  	
  	font-size: 11px;
  	color: #444;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	
  	background: url("../img/bg.gif"); 
	background-position: 0% 0%;
	background-repeat: repeat-x; 
  	
	background-color: #453F3F;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
}

li {
	padding: 2px;
	font-size: 13px;
	border-top: 2px solid #004BFA;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

/* ============================================================ */
/* Table Layout */

.layout_tbl {
	margin: 0px auto;
	margin-top: 30px;
	
	width: 800px;
	height: 650px;
	
	background: url("../img/layout.jpg"); 
	background-position: 0% 0%;
	background-repeat: no-repeat; 
}

.copyright {
	font-size: 10px;
	color: #777;
	text-align: right;
}

.link_tbl {
	margin-bottom: 15px;
	border-bottom: 1px solid #222;
}


/* ============================================================ */
/* Divs */


/* ============================================================ */
/* Boxes */


/* ============================================================ */
/* Classes */
