body {
	background: url(../images/bg_admin.jpg) repeat-y #303030 top center;
	text-align: center;
	margin: 10px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

/* ------------------------------------------------------------
   Layout
   ------------------------------------------------------------ */ 

#wrapper {
	width: 750px;
	margin: auto auto;
	text-align: left;
}
#flash {
	width: 750px;
	text-align: center;
	padding-bottom: 24px;
}
.flash {
	padding: 0px 12px 0px 12px;
}
#content {
	width: 750px;
	background: #303030;
	overflow: auto;
}
#text {
	width: 500px;
	float: left;
	padding: 20px 20px 20px 28px;
}
#products {
	width: 170px;
	float: left;
	padding: 20px 0px 20px 19px;
}
#footer {
	width: 702px;
	padding: 20px 20px 20px 28px;
}
#bottom {
	width: 750px;
	text-align: center;
}

/* ------------------------------------------------------------
   Typography
   ------------------------------------------------------------ */

#content p {
	font-size: 12px;
	color: #fff;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	line-height: 16px;
}
#content p a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
#content h1 {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
#products ul {
	margin: 0px;
	padding: 0px 0px 170px 0px;
}
#products li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}
#footer p {
	font-size: 12px;
	color: #fff;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	line-height: 16px;
}
#footer p a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
#footer h1 {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
#bottom p {
	font-size: 11px;
	color: #fff;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	line-height: 16px;
}
#bottom p a {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
.brand {
	background-color : Black;
	font-size: 10px;
	color: #fff;
}

.standard_text {
	font-size: 12px;
	color: #fff;
}
.standard_text_black {

	font-size: 11px;
	color: #000000;
	background-color : White;
}

 .Border {
	background-color: #FFFFFF;
	border: thick solid #999999;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 5px;
	padding: 5px;
}

.Product_Header {

	font-size: 14px;
	color: #2b2a2a;
	font-weight: bold;
}

.Product_Header2 {

	font-size: 16px;
	color: #2b2a2a;
	font-weight: bold;
}

.header {
	font-size: 12px;
	color: #fff;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.Green_header {
	font-size: 13px;
	color: #33CC00;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.brand a {
	font-size: 10px;
	text-decoration: none;
}

