/* CSS Document */

body {
 	background:  #222 url(../img/grdnt_gray.gif) repeat-x;
	font-family:"arial", Times, serif;
	font-size:14px;
	padding:5px;
}

#container {
	margin:0px auto 0px auto;
	background:url(../img/page1.jpg) top left no-repeat;
	border:#838659 1px solid;
	width:800px;
	height:660px;
}

#container a {
	text-decoration:none;
	color:#666666;
}
#container a:hover {
	color:#CC2224;
}

#content {
	color:#FFFFFF;
	margin-top:15px;
	margin-left:20px;
	padding:5px;
	width:407px;
	height:620px;
	border:#838659 1px solid;
   background-color: #ffffff;  /* the background          */
   filter:alpha(opacity=75);   /* Internet Explorer       */
   -moz-opacity:0.75;           /* Mozilla 1.6 and below   */
   opacity: 0.75;	
}

#content h2 {
	font-weight:bold;
	color:#0000FF;
	text-align:center;
	font-family:english;
	font-size:48px;
	margin-top:5px;
}

#content h3 {
	color:#CC3300;
	font-style:italic;
	text-align:center;	
	font-size:18px;
	font-weight:bold;
	margin:5px;
	padding-left:20px;
}

#content p {
	font-weight:bold;
	color:#000000;
	font-size:12px;
	line-height: 25px;		
	margin:5px 5px 15px 5px;
}

#footer {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	margin-right:5px;
}