body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: url("http://www.jangace.com/aviva/bgtile.gif") repeat-y top;
       	background-color: #D4D4D4;
	text-align: center;
	margin: 0 0 5px;
	}

#page {
	background: red;
	text-align: left;
	margin: 0 auto;
        /* put padding: 20px 0 10px to put 20px of space at the top */
	padding: 0 0 0;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 780px;
	_width: 740px;
    border: none;
	border-top: none;
    border-bottom: 1px solid #DDDDDD;
	background: url("http://www.jangace.com/aviva/bgtile.gif") repeat-y top;
       	background-color: #D4D4D4;
	}


#header {
        padding: 0;
        margin: 0;

        position: relative;
        height: 30px;
        background: #FFFFFF;
        
}

#primary {
	width: 725px;
	_width: 700px; /* IE Hack */
	float: left;
	padding: 20px 0 10px;
	margin: 0 0 0 30px;
	}

#footer {
	text-align: center;
	background: url("http://www.jangace.com/images/bgtile.gif") repeat-y top;
	border: none;
	margin-top: 1px solid #DDDDDD;
	background-color: #D4D4D4;
	}

#footer a {
    color: #e79300;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}
	

/*- Links */

.primary a:hover, .primary a:visited:hover{
	text-decoration: underline;
	}

a:hover, h2 span a:hover {
	color: #27d !important;
	}

a {
	color: #27d;
	text-decoration: none;
	}


