#center { /*This is what makes the website center in the window*/
	width:750px; /*This needs to be the maximum width of the website. This is determined by the graphic.*/
	margin:0 auto;
	padding:0;
}

body {
	margin:0;/*This adds spacing around the entire website. If the design calls for there to be no spacing above the website the margin can be set at 0 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#999999;
}


/*.table_header
{
	background: url(subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}


.price_style{color:#ff6600;font-size:14px;font-weight:800;}

.small_link{color:#353535;text-decoration:none;font-family:Tahoma,Arial;font-size:10px;color:#a5a5a5}

.itext{border-style:solid;height:19px;border-width:1px 1px 1px 1px;border-color:#a5acb2;font-family:Tahoma,Arial;font-size:11px;color:#000000}

.adminButton{border-style:solid;border-width:1px 1px 1px 1px;border-color:#ef5600;background:#353535;font-family:Tahoma,Arial;font-size:11px;color:#ffffff}

.product_search_button{background:#353535;font-family:Tahoma,Arial;font-size:11px;color:#ffffff}
.ibutton{background:#353535;font-family:Tahoma,Arial;font-size:11px;color:#ffffff}
.your_comany_name_style{font-family:Tahoma,Arial;font-size:10px;color:#a5a5a5}
.block_header_style{margin-left:10px;font-family:Tahoma,Arial;font-size:13px;color:#353535;font-weight:800}

.highlight_text{font-weight:800;}

.block_table{width:546}
.block_table_first_td{background:#929292;color:#ffffff;height:28px}
.block_table_td{background:#eeecec;color:#000000;height:28px}

.login_form_text_field{width:100px}
.product_search_text_field{width:120px;font-size:10px}*/



/************** MY STYLES ***************/

#position {
	width:750px;
	padding:0;
	margin:0;
}

#layout {
	width:750px;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
}

#header {
	width:750px;
	padding:0;
	margin:0;
	height:150px;
	background-image:url(http://www.ebizwebcenter.com/imall/images/akjensen/bg_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#menu_layout {
	width:750px;
	padding:0;
	margin:57px 0 0 0;
}

#menu_text {
	width:575px;
	padding:0 0 0 175px;
	margin:0;
	font-weight:bold;
}

#menu_text a {
	font-weight:bold;
	padding:3px 15px 3px 3px;
}

#content {
	width:720px;
	padding:15px;
	margin:0;
}


#footer {
	width:750px;
	padding:10px 0px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	border-top:2px #F37923 solid;
	text-align:center;
	font-size:11px;
}

.bullet {
	color:#F37923;
	font-weight:bold;
	padding:0 15px;
}

h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0;
}

li, a, td, div, span, table, form {
	font-size:12px;
}

p {
	padding:9px 0 9px 0;
	font-size:12px;
}

h1 {
	padding:0 0 18px 0;
	font-size:18px;
	color:#2D27A1;
	font-weight:bold;
}

h2 {
	padding:18px 0 9px 0;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}

h3 {
	padding:12px 0 6px 0;
	font-size:16px;
	color:#2D27A1;
	font-weight:bold;
}

h4 {
	padding:12px 0 0 0;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

h5 {
	padding:12px 0 3px 0;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

h6 {
	padding:12px 0 0 0;
	font-size:12px;
	color:#2D27A1;
	font-weight:bold;
	font-style:italic;
}

ul {
	margin-top:0px;
	margin-bottom:9px;
	padding-top:0px;
	padding-bottom:0px;
}

li {
	padding-top:0px;
	padding-bottom:5px;
	margin-top:0;
	margin-bottom:0;
}

form table {
	width:720px;
	margin:0;
	padding:0;
}

form table td {
	padding:3px;
	font-size:12px;
}

.layout td {
	width:50%;
}