/************************\
*** stylesheet by Eni ***
****** "Dark Asia" ******
******* style.css *******
\************************/


/************************
 Basic Site Settings
*************************/
* {
	padding: 0; 
	margin: 0;
	}

body {
	text-align: center;    
   font-family: 'Times New Roman',Times,serif;
   font-size: 1em;
   color: #990000;
   background: #000000 url(bg.jpg) repeat;
   }

a, a:link, a:visited, a:active, a:focus {
	color: #990000; 
	background:inherit;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #990000; 
	background:inherit;
	font-weight: bold;
	text-decoration: underline;
	}

p {
	margin-bottom:1em;	
	}


/************************
 Basic Design Settings
*************************/
#container {
	text-align: left;
	margin: 80px auto 0 auto;
	padding:0;
	width: 500px;
	border: 1px solid #000000;
	color: #990000;
	background: #ffffff url(bg2.jpg) repeat;
	}
	
#menu {
	text-align: center;
	font-size: 1.2em;
	margin: 10px;
	padding: 10px;
	font-weight: bold;
	border:1px solid #a9a9a9;
	color: #990000;
	background:inherit;
	}
	
#content {
	text-align: justify;
	margin: 10px;
	padding: 10px;
	min-height: 230px;
	border:1px solid #a9a9a9;
	color: #990000;
	background:inherit;
	}


#flags {
	text-align: right;
	font-size:1em;
	color: #e9e9e9;
	background:inherit;
	margin: 0 auto 0 auto;
	padding:0;
	width: 500px;
	border: none;
	}
	

/************************
 Site specific Settings
*************************/
