/* DEFINING THE BODY OF THE MAIN PAGE */
body {
	margin:25px 0px; padding:0px;
	text-align:center;
	background: #DEDEDE url("../images/bg.jpg");
  	background-repeat: repeat-x;
	}
	
#content {
	width:900px;
	margin:0px auto;
	text-align:left;
	}

	
	
/* TEXT FORMATTING */

p {margin: 15px; }
	
.copy
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	font-weight : normal;  
	line-height : 20px;
	}
	
.copymed
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 18px;
	}
	
.black
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height : 16px;
	}
	
.blackmed
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	}
	
.blackheader
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 23px; 
	font-weight : bold;  
	line-height : 25px;
	}
	
.whitelink
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	font-weight : normal;  
	line-height : 20px;
	}
