body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}



#container {
	background-image: url(images/page-background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}


/* header begining */
#header-wrap {
	background-color: #FFF;
	background-image: url(images/page-background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	clear: both;	
	height: auto;
	width: 900px;	
}

#logo {
	background-color: #FFF;
	float: right;
	height: 140px;
	width: 180px;
}

#header {
	font-family: "Lucida Grande", Verdana, Arial, SansSerif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	text-align: right;	
	float: left;
	height: 140px;
	width: 720px;
}

#header-name {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	width: auto;
	padding-top: 108px;
	margin-right: 167px;
}

#header-name p {
	font-size: 24px;
}


#header-name a:hover {
	border-bottom: medium none;
	color: #F60;
	text-decoration: none;
}

#header-name a{
	border-bottom: medium none;
	color: #000;
	text-decoration: none;
}



#header-description {
	font-size: 13px;
	clear: both;
	color: #000;
	text-align: right;
	width: auto;
	height: auto;
	padding-right: 10px;
}

#header-description p {	
	text-align: right;
}

/* Header end */

#top-menu {
	font-family:"Lucida Grande", Verdana, Arial, SansSerif;
	background: transparent;
	clear: both;
	height: 28px;
	width: 900px;
	padding: 0 0 0 0;
	margin-top: 20px;
}



/* Left sidebar */
#menu-left { 
    background-color: #000;
	clear: left;
	float: left;
	width: 247px;
	margin-left: 16px;	
    padding: 0 4px 0 0;             
    font-size: 11px;
 	overflow:hidden;
 	margin-top: 2px;
}

#menu-left h2 {
     font-size: 16px;
     margin: 5px 0 6px 0;
     padding: 4px 0 4px 13px;
     font-weight: bold;
     color: #000000;
     background: url(images/block_header.gif);
	 background-repeat: no-repeat;
     border: none;    
}


#menu-left a, #menu-left a:visited {
     text-decoration: none;
     font-weight: bold;
     color: #ffffff;
     line-height: 18px;
}

a:visited {
	color: #000;
}

#menu-left a:hover, #menu-left a:visited:hover { 
    color: #fdff38;
	text-decoration: underline;
}

#menu-left ul ul { 
	padding-bottom: 10px;
    margin-left: 15px;
}

#menu-left ul ul li { 
    list-style-type: circle;
    color: #ffffff;
}


#menu-left img { 
      padding: 0;
      border: none;
}
	  
img{
	padding: 1px;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}



#menu-left {
	font-size: 11px;
}
/* End of left sidebar */


/* Begining Center Column for editing information */
#center_column {
	background-color: #FFF;	
	width: 610px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
	padding-left: 0;
	float: right;
}

h1 {
	font-size: 25px;
	color: #000;
	text-align: center;
}

h2 {
	font-size: 16px;
	color: #000;
	text-align: left;
}

h3 {
	font-size: 14px;
	color: #000;
	text-align: left;
}

p {
	text-align: left;
}

table {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: left;
}


/* Ending Center Column for editing information */

#payments-div {
	clear: both;
	background-color:#FFF;
	width: 620px;
	float: right;
	text-align: left;
	}

#payments-div h2 {
	background: #000;
	background-image: url(images/title_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 16px;
    font-weight: bold;
    border: none; 
	margin: 2px 0 6px 0;
    padding: 4px 0 4px 8px;
    
}

#paypallogo {
	float: left;
}

#googleCheckoutLogo {
	float: left;
    height: 50px;
    padding-left: 10px;
    padding-top: 24px;
    width: 153px;
}

#moneyorderlogo {
	float: right;
    height: 50px;
    padding-right: 10px;
    padding-top: 25px;
    width: 110px;
}

/* Begining of footer block */

#footer {
	background: #FFF;
	background-image: url(images/page-background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font-size: 12px;
	clear:  both;
	width: 900px;
	height: auto;
	list-style: none;
}

#footer #variouslink {
	border-top: 8px dashed #000000;
	padding: 1em 0;
	width: 100%;
}

#fooetr #variouslink li {
	background: transparent none repeat scroll 0 0;
	width: auto;
}

#footer li {
	list-style-type: none;
	padding-left: 2em;
	width: auto;
}

#footer ul {
	float: left;
	width: 180px;
}

#footer span {
	color: #F60;
	font-size: 14px;
	text-decoration: underline;
}

#footer a {
	color:#000;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

a {
	color:#666;
	outline-color: none;
	outline-style: none;
	outline-width: medium;
	text-decoration: underline;
}
	 
#footer a:hover {
	color: #F60;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
	 
#leftspacer {
	background-color: #000;
	background-image: url(images/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 200px;
	width: 200px;
	padding-left: 85px;
	
	
}

#footer #variouslink #moreinfo, #footer #variouslink #news, #footer #variouslink #legal {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	margin-left: 2.5em;
	text-decoration: none;
}

#footer_copyright {
	clear: both;
	background-color: #FFF;
	background-image: url(images/page-background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;		
}

#footer_copyright p {
	font-size: 14px;
	margin-left: 2px;
	padding-bottom: 0;
	padding-left: 1.7em;
}

#footer_trademark {
	background-color:#FFF;
	background-image: url(images/page-background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;	
}

#footer_trademark p {
	font-size: 10px;
	margin-left: 265px;
	padding-bottom: 0;
	padding-left: 2em;
	text-align: center;
	margin-bottom: 0;
}

/* End of footer block */




