﻿/*------------------------------------------------------*/
/*														*/
/*	Russman Design - Style Sheet v3.0					*/
/*	Author: 	Russell Smith							*/
/*	Date:		June 11th, 2009							*/
/*	Version:	2010 - Brace Design						*/
/*														*/
/*------------------------------------------------------*/

body {
	margin: 0px;
	background-color: black;
}

#navigation_container {
	width: 100%;
	height: 72px;
	background-image: url('http://www.russmandesign.com/v2/brace_img/nav_back_03.gif');
	background-repeat: repeat-x;
}

#navigation_table {
	width: 850px;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
}

#middle_container {
	width: 100%;
	height: 100%;	
	margin-left: auto;
	margin-right: auto;
	background-image: url('http://www.russmandesign.com/v2/brace_img/grey_back.gif');
	background-position: center -30px;
	background-repeat: no-repeat;
}

#middle_table {
	width: 850px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

#footer_container {
	width: 100%;
	height: 100%;
	background-image: url('http://www.russmandesign.com/v2/brace_img/header_10.gif');
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px gray dotted;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


/* Auxillery */

.style1 {
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style3 {
	border-width: 0px;
	color: #FFFFFF;
}
.style6 {
	text-align: justify;
	color: #808080;
	font-size: x-small;
}
.style7 {
	color: #FFFFFF;
}
.style4 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: xx-small;
}
.style8 {
	color: #FF0000;
}
.style9 {
	text-decoration: none;
}





