div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
/*
	border: 1px solid red;
*/
}

body
{
/*
	border: 1px solid blue;
	text-align: center;
*/
	background-image: url("images/background.jpg");
/*
	background-size: 30%;
*/
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Lucida, Arial, sans-serif;
}

.menuback
{
	background-image: url("images/left.png");
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: black;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
}


.navigation
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Lucida, Arial, sans-serif;
	color: silver;
	width:200px;
}

.brands
{
	border: 0px solid silver;

}

img { border: none; }

a:hover, a:active, a:link, a:visited  {
	color: #ad1a45;
	text-decoration: none;
}

/* Main Body */
.content {

}

h2 {
	color: #813400;
}

.link
{
	color: blue;
	font-weight: bold;
}
/*
.tabletop {
	width: 940px;
	border: 0px solid black;
}
*/

/*
.contentleft {
	width: 170px;
	border: 0px solid black;
}

.contentright {
	width: 720px;
	border: 0px solid black;
}
*/


/*
.nav {
	width: 8%;
	text-align: center;
}
*/


/* selected Navigation page */
.navigationselected
{
	font-weight: bold;
	/* greenish */
	color: #215829; 

}
 
/* Forms */
input, select, textarea {
	background-color: #D6D6FF;
	border: 1px solid #7474C1;
	font-size: 14px;
	padding: 3px; 
}

.formprompt 
{
	font-size: smaller;
	line-height: 14px;
}

.required {
	font-size: larger;
}

.email {
	font-weight: bold;
}


.design {
	font-size: 14px;
}
.text16 {
	font-size: 18px;
}
