/* CSS Document */

/*<group=GENERAL>*/

body {
	padding: 0;
	margin: 0;
	background: #fff url(../images/tile_bgd.gif) repeat-x top;
	text-align: center;
	font-size: small;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.2em;
}

h2 {
	
}

h3 {
	
}


h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	margin: 1em 0 1em 0;
}

a:link {
	color: #f00;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}

a:visited {
	color: #c90;
	text-decoration: none;
}
	
/*</group>*/

/*<group=WRAP>*/

#wrap {
	background:  #fff;
	width:  760px;
	margin-left:  auto;
	margin-right:  auto;
	text-align: left;
}
	
/*</group>*/

/*<group=RIGHT COPY>*/

.right_copy {
	padding: 0 0px 0px 0;
}

/*</group>*/

/*<group=FOOTER>*/

#footer {
	text-align: center;
	font-size: .8em;
	line-height: 1.2em;
}

#footer img {
	margin: 15px 0 15px 0;
}
	
/*</group>*/

