div.container
	{
	width: 800px;
	margin: 0 auto;
	border:0px #000000;
	background-color: #000000;
	background-image:  url(); 
	background-repeat:repeat-y; 
	background-attachment:scroll;
	text-align: left;
	}

div.header,div.footer
	{
	padding:5px;
	color: #ffffff;
	background-color: #000000;
	clear:both;
	text-align: center;
	border:0px #eeeeee;	
	}

div.left
	{
	float:left;
	position: relative; 
	width:360px;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	background-color: #000000;
	font-family: "arial", verdana;
	color: #ffffff;
	text-align: left;
	line-height: 14px;
	border:0px #000000;
	}

div.content
	{
	width: 380px;
	float:right;
	position: relative;
	margin-left:10px;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-right: 10px;
	border:solid 0px #ffffff;
	padding: 5px;
	background-color: #000000;
	background-position: center top; text-align: center;
    background-image: url(''); 
	background-repeat:repeat-xy; 
	background-attachment:scroll;
	font-family: "arial", verdana;
	color: #000000;
	text-align: left;
	line-height: 14px;
	}

 
body	{
	text-align: center;
	color: #FFFFFF;
	font-family: "arial", verdana;
	font-size: 10px;
	margin: 0px 0;
	background-color: #460030;
	background-attachment: fixed;
	background-image: url(../images/leather.jpg);
	background-repeat: repeat;
	background-position: center center;
	}

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


a:hover {
	color: #7CB92E;
	text-decoration: none;
	}

ul 	{
	list-style-image:  url();
        margin: 2px;
	}

span.highlight
	{
	background-color: #ED4B4B;
	}
	
H1 	{
	font-size: 15px; 
	font-family: "arial", verdana; 
	color: #000000; 
	font-weight: bold;
	}

H2 	{
	font-size: 13px; 
	font-family: "arial", arial; 
	color: #ffffff; 
	font-weight: normal; 
	letter-spacing: 0px;
	} 

H3	{
	font-size: 10px; 
	font-family: "verdana", arial; 
	color: #ffffff; 
	font-weight: normal; 
	letter-spacing: 0px;
	} 

.headerimage {
    position: relative;
    width: 800px; /* Width of the banner, in pixels */
    height: 150px; /* Height of the banner, in pixels */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px; /* Space between bottom of image and outer box of style */
    background-image: url(http://ab-designonline.com/images/header_lace8.jpg); /* Header image URL */
    background-repeat: no-repeat;
	}
.navbar {
	position: relative;
	width: 800px; /* Width of the banner, in pixels */
	height: 100px; /* Height of the banner, in pixels */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px; /* Space between bottom of image and outer box of style */
	}
