@charset "utf-8";
/* CSS Document */

body { margin:0px; padding:0px; background-color:#102400; }

#PrivateVilla { background-image: url(../images/mainbg.jpg); background-repeat: repeat; background-position: left top;
	font:8pt Verdana; color:#999933; padding:5px; text-align:center; }
	#PrivateVilla a { text-decoration:none; color:#999933; }
	#PrivateVilla a:hover { text-decoration:none; color:#bcb73f; }
	
#MainContainer { width:692px; margin:0px auto; margin-top:25px; }

#BodyTop { background-image: url(../img/body-top.jpg); background-repeat: no-repeat; background-position: center top; height:10px; }

#Title { background-color: #465500; font:8pt Verdana; color:#FFFFFF; }
	#Title a { text-decoration:none; color:#b2b036;}
	#Title a:hover { text-decoration:none; color:#aca915;}

#Content { background-color:#5d6a0e; padding:20px; padding-bottom:5px; font:8pt Verdana; color:#FFFFFF; text-align:justify; line-height:12pt; }
	#Content a { text-decoration:none; color:#b2b036;}
	#Content a:hover { text-decoration:none; color:#aca915;}

#BodyBottom { height:18px; background-image: url(../img/body-bottom.jpg); background-repeat: no-repeat;
	background-position: left top; }
	
#Footer { text-align:center; font:7pt verdana; color:#989933; line-height:12pt; padding-top:5px; padding-bottom:10px; }
	#Footer a { text-decoration:none; color:#989933; }
	#Footer a:hover { text-decoration:none; color:#989933; border-bottom:1px dotted #989933; }

.green { color:#ccff33; }