@charset "utf-8";
/* CSS Document */

a:link {
	color:#FFCCCC;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color:#FFCCCC;
	text-decoration:none;
	font-weight: bold;
}
a:active {
	color:#FFCCCC;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#FFCCCC;
	font-weight: bold;
	text-decoration:underline
}

body {
	background-color: #2c0c1e;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC99;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;
	text-decoration: none;
	font: georgia;
	padding-right: 10px;
}

.standardtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC99;
	padding: 20px;
	padding-top: 0px;
	text-align: justify;
}

/* set the image to use and establish the lower-right position */ 
.cssbox, 
.cssbox_body, 
.cssbox_head, 
.cssbox_head h2{ background: transparent url(../images_english/img.php.png) no-repeat bottom right} 

.cssbox{ 
/* intended total box width - padding-right(next) */ 
width:495px !important; 
/* IE Win = width - padding */ 
width: 480px; 
/* the gap on the right edge of the image (not content padding) */ 
padding-right:15px; 
/* use to position the box */ 
margin:20px auto} 
/* set the top-right image */ 

.cssbox_head{background-position:top right; 
/* pull the right image over on top of border */ 
margin-right:-15px; 
/* right-image-gap + right-inside padding */ 
padding-right:40px} /* set the top-left image */ 

.cssbox_head h2{ background-position:top left; margin:0; 
/* reset main site styles*/ 
border:0; 
/* ditto */ 
/* padding-left = image gap + interior padding ... no padding-right */ 
padding:25px 0 15px 15px; 
height:auto !important; height:1%} 
/* IE Holly Hack */ /* set the lower-left corner image */ 
.cssbox_body{ background-position:bottom left; margin-right:25px; 
/* interior-padding right */ 
padding:5px 0 15px 40px} 
/* mirror .cssbox_head right/left */

</style>

