/*

    Design Redefined Website CSS
	Jimmy Smith
	Version 1.0.0 - 27/09/2009

*/

/* ===== Base Styles ===== */

body {
	background: #fff url(../images/background2.jpg) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Arial", san-serif;
	font-size: 12px;
	line-height: 19px;
}

a:link, a:visited {	
    text-decoration: none;
    color: #006699;
}

h1 {
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #006699;
}

h2 {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}

h3 {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}

h4 {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* ===== Layout Properties ===== */

.banner {
	width: 1000;
	height: 107;
	background-color: #eee;
}

.outer_table {	
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.main_content {	
	background-color:#eee;
}


/* ===== Left Content (Navigation) ===== */

.left_content {	
	padding: 0 10px;
}

.left_content a:link,
.left_content a:visited {	
    text-decoration: none;
    color: #006699;
	font-weight: bold;
}

.left_content a:hover {
	color: #0099ff;
}

/* ===== Right Content (Main) ===== */

.right_content {	
	border-left: 1px solid #666666;
	padding: 0 10px;
}

.footer {
background: #fff url(../images/footer.jpg) repeat-x;
}
