
	
	body {
		text-align:center;
		background: #ccc url(../images/bg-container.gif) repeat 50% 0;
		}
	
	#frame {
		width:700px;
		background-color: White;
		margin-right:auto;
		margin-left:auto;
		margin-top:30px;
		padding:0px;
		text-align: center;
		border-bottom: 1px solid #CC3333;
		border-top: 1px solid #CC3333;
		border-left: 1px solid #CC3333;
		border-right: 1px solid #CC3333;
	}

h1 {
		  font-family: Verdana, Arial, Helvetica;
		  font-size: 9px;
		  font-weight: lighter;
		  color: #CC3333;	
}

h5 {
		  font-family: Verdana, Arial, Helvetica;
		  font-size: 9px;
		  font-weight: lighter;
		  color: #696969;	
}

p {
		  font-family: Verdana, Arial, Helvetica;
		  font-size: 10px;
		  color: #696969;
	}

a {
		 
		   font-family: Verdana, Arial, Helvetica;
		  font-size: 10px;
		  	background: url(../images/link-a.gif) bottom left repeat-x;
			font-weight: lighter;
		  text-decoration: none;
		  color: #696969;
	}
	
a:hover {
		  
		   font-family: Verdana, Arial, Helvetica;
		  font-size: 10px;
		  background: url(../images/link-b.gif) bottom left repeat-x;
			font-weight: lighter;
		  text-decoration: none;
		  color: #CC3333;
	}
