
    a {text-decoration:none} 
    img { border: none; }

body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #646464;
	background-image: url("images/page_m_bg.png");
	background-repeat: repeat;
	/* background-attachment: fixed; */
}

/* Read More Table */
a.green{
	font-family: tahoma; 
	color: green; 
	font-weight: bold; 
    text-decoration: underline
}

td {
	font-size: 9pt;
}

/* Image Center-Align */
	
/* img.align-center{
	display: block;
	margin: 0px auto
} */

html, body, #wrapper{
	padding: 0;
	list-style: none;
	margin: 0;         /* Why does wrapper margin need to be set to zero first? */
}


#wrapper {
	width: 687px;
	margin: 16px auto;
    margin-bottom: 0;
	position: relative;
}

#body {
	background: url(images/body_bg2.gif) repeat-y;
}

#cap {
	background: url(images/column_cap2.gif) no-repeat;
	padding-top: 19px;
	width: 687px;
}


#buy {
	background-image: url("images/page_bg_1.png"), url("images/page_bg_2.png"), url("images/page_bg_3.png"), url("images/page_bg_4.png");
	background-position: left top, right top, right bottom, left bottom;
	background-repeat: no-repeat;
	
	float: left;
	width: auto;
	margin-left: 16px;
	margin-right: 16px;
	display: inline;
}

/* footer */
#footer {
	clear: both;
	text-align: center;
	background: url(images/footer_bg.gif) repeat-x;
}

#footer div div { padding: 8px 0; }

#footer, #footer a {
	color: #fff;
}

#footer a:hover{
color: rgb(255, 255, 0);
}

#footer div { background: url(images/footer_l.gif) no-repeat; width:100%; }
#footer div div { background: url(images/footer_r.gif) top right no-repeat;width:100%; width:100%; }



/* Heading Formatting */
h1 { 
	text-decoration: underline;
	font-size: 14pt;
	text-align: center;
	margin: 0 0 1em 0;
	padding: 0;
	
}

h2 {
	text-decoration: underline;
	font-size: 11pt;
	margin: 2em 0 1em 0;
	padding: 0;
}


/* Paragraph Formatting */
p {  line-height: 1.4em;
	text-align: justify;
	margin: 1em 0;
	padding: 0;
}

/* Default article embedded links colour */
a {
	color: #646464;
}

/* Hover colour for all links */
a:hover {
	color: rgb(0,60,0)
}




