/* ie5 win code start*/
body { 
	font: small serif;
  	margin: 0px; 
	padding: 0px; 
	line-height: 14px;
	color: #000;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
	text-align: center; }
/* ie5 win code end */

/* opera - grrr - start */
html>body {
	font-size: small;
	}
/* opera - grrr - end */

/* basic elements */
body { 
 	background-image: url(/css/bg6.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 11px; 
	line-height: 14px;
	font-family: sans-serif; 
  	margin: 0px; 
	padding: 0px;
	border: 0px 3px 0px 3px solid #000;
	}

p {
	font-size: 12px; 
	line-height: 14px;
	font-family: Georgia, "New Century Schoolbook", "Times New Roman", times, serif; 
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}

h1, h2, h3 {
	font-size: 13px; 
	line-height: 14px;
	font-weight: bold; 
	font-family: Georgia, "Times New Roman"; 
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #444;
	}

a:visited, 
a:visited:hover { 
	font-weight: bold; 
	text-decoration: none; 
	color: #890D0D;
	}

a:hover, 
a:active { 
	text-decoration: underline; 
	color: #000;
	}
acronym { 
	font-weight: normal; 
	font-style: normal;
	border: 0;
	}


/* major divs */

#container { 
	width: 700px; 
	/*background-color: #c2c2c2;*/
	position: relative;  
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	text-align: left;
	border: 0px solid #000;
	border-top: 0px;
	border-bottom: 0px;
	
	}

#left {
	width: 320px;
	margin: 0px; 
	padding: 0px 0px 0px 0px;
	}

#right {  
	position: absolute;
	top: 0px;
 	width: 320px;
	margin: 0px 10px 0px 350px;
	padding: 0px 0px 0px 0px;
	}




/* minor divs */
#pageHeader {
	width: 650px;
	background-image: url(header.jpg);
	background-position: top center;
	background-repeat: no-repeat; 
	margin: 0px 0px 10px 0px; 
	padding: 250px 0px 0px 0px;
	}




#mainBox {
 	width: 300px;
	border: 0px dotted #ccc;   
	/*background-image: url(/sticker/background_paper.jpg);*/
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}

#links {
 	width: 700px;
	border: 0px solid #aaa;    
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 15px 0px;
	}



/* text related */

#pageHeader h1 {
	width: 700px;
	color: #000;
	text-align: left;
	font-size: 30px; 
	line-height: 31px;
	font-weight: bold;
	text-transform: lowercase;
	margin: -30px 0px 0px 10px;
	/* padding: 0px 0px 0px 190px; */
	font-family: "Trebuchet MS", sans-serif;
	}
	

#mainBox h1	{
	width: 340px;
	font-size:12px;
	line-height: 13px;
	font family: Times;
	color: #000;
	text-align: left;
	margin: -10px 0px 0px 0px;
	padding: 5px;
	/*background-color: #FF9933;*/
}




#mainBox p,
 {
	font-size: 11px; 
	line-height: 15px; 
	font-family: Arial, sans-serif; 
	text-align: justify; 
	margin: 0px; 
	padding: 10px;
	}




/* hovers */


#links:hover {
	background-color: #8C8C8C;
	}
