body {
    background-image: url('background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
}  
br {
   display: block;
   margin: 3px 0;
}

table {
	width: 100%;
	margin: 0 auto;
	background-color:transparent;
}

th {
	padding: 5px;
}

td {
	padding: 5px;
}

tr {
	padding: 5px;
}
#wrapper {
    	width: 1000px;
	color:#0b0118;
    	margin:10px 10px 10px 25%;
    	padding:20px;
    	border-radius: 30px;
  	border: 3px solid #000;
  	background-color: transparent;
        background-color: rgba(51,0,51, 0.3);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000); /* IE6–IE9 */

zoom: 1;
  	
}

#titleimage {
	padding:20px;
	background-image:url('header.png');
	height:150px;
	font-family:'Kurale';
	font-size:30px;
	color:#69969C;
	text-align: left;
	vertical-align:bottom;
  	border-bottom-left-radius: 30px;
  	border-bottom-right-radius: 30px;
}

#titleimage a {
	font-family:'Kurale';
	font-style: italic;
	font-weight:bold;
	font-size:40px;
	text-decoration:none;
	color:#69969C;
	text-align:left;
	vertical-align:middle;
}

#titleimage a:hover {
	color:#fff;
	text-decoration:none;
}

#content {
    background-color: #E0FFFF;
    padding:20px;
    vertical-align:middle;
    font-family: 'Raleway', 'Roboto', sans-serif;
    font-size: 12px;
    border-radius: 30px;`
    border: 3px dashed #fff;
        background-color: rgba(224,255,255, 0.8);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000); /* IE6–IE9 */

zoom: 1;
}

#content p {
    background-color:#FFD3AA;
    font-family: 'Raleway', 'Roboto', sans-serif;
    font-size: 12px;
	margin: 10px;
    vertical-align:top;
}

#content h1 {
	font-size: 20px;
	border-bottom: 1px solid #fff;
	font-family: 'Chewy', 'Raleway', sans-serif;
	margin: 10px;
	color: #0b0118;
	font-weight: bold;
}

#content h2 {
	font-size: 15px;
	border-bottom: 1px solid #fff;
	font-family: 'Chewy', 'Raleway', sans-serif;
	margin: 10px;
	color: #FFE4E1;
	font-weight: bold;
}

#content img {
      border: 6;
      max-width: 100%;
}

#content a {
	text-transform: lowercase;
	color: #000;
}

#content a:hover {
	color:#fff;
}


#sidebar {
	padding: 20px;
	background-color:#0b0118;
    	width:250px;
    	height: 100%;
    	position: fixed;
   	left:5%;
  	margin-right: 5%;
  	font-family: 'Raleway', 'Roboto', sans-serif;
  	border-radius: 30px;
  	border: 3px solid #000;
  	        background-color: rgba(51,0,51, 0.3);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000); /* IE6–IE9 */

zoom: 1;

}
#sidebar p {

	margin: auto 10px;
	color: #FFE4E1;
	
}

#sidebar h1 {
    list-style-type: none;
    padding: 0;
    width: 200px;
    background-color: #000;
    opacity: 0.5;
    border-radius: 30px;
	font-family: 'Chewy';
	font-size: 20px;
	text-transform: none;
	text-color: #fff;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
	
	
}

#sidebar a:hover {
	color:#fff;
	background-color:#9e88ba;
	border-radius: 30px;
}

#sidebar img {
	max-size: 300px;	
	background-color:#7ac068;
}

#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #000;
    opacity: 0.5;
    border-radius: 30px;
}

#sidebar li a {
    display: block;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
}

#sidebar li a:hover {
    background-color: #3E1255;
    color: white;
}
/**********************
		NAVIGATION			
================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#navigation {
	width: 800px;
}

#navigation .ddmenu { 
	position:relative; 
	z-index:100;
	width: 800px;
	margin-left: auto;
        margin-right: auto;
}

#navigation .ddmenu ul li a, .ddmenu ul li a:visited {
	display:block; 
	text-decoration:none;
	font-size:12px; 
	color:#000;
	width:100px; 
	height:20px; 
	text-align:center; 
	color:#fff; 
	border:1px solid #fff; 
	background-color:#AADD9C; 
	line-height:20px; 
	overflow:hidden;
}

#navigation .ddmenu ul {
	padding:0; 
	margin:0; 
	list-style: none;
}
#navigation .ddmenu ul li {
	float:left; 
	position:relative;
}
#navigation .ddmenu ul li ul {
	display: none;
}

/* specific to non IE browsers */
#navigation .ddmenu ul li:hover a {
	color:#fff; 
	background-color:#9e88ba;
}
#navigation .ddmenu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:21px; left:0; 
	width:198px;
}
#navigation .ddmenu ul li:hover ul li a.hides {
	background-color:#AADD9C; 
	color:#fff;
}
#navigation .ddmenu ul li:hover ul li:hover a.hides {
	background-color:#AADD9C; 
	color:#000;
}
#navigation .ddmenu ul li:hover ul li ul {
	display: none;
}
#navigation .ddmenu ul li:hover ul li a {
	display:block; 
	background-color:#AADD9C; 
	color:#000;
}
#navigation .ddmenu ul li:hover ul li a:hover {
	background-color:#9e88ba; 
	color:#fff;
}
#navigation .ddmenu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:100px; 
	top:0;
}
#navigation .ddmenu ul li:hover ul li:hover ul.left {
	left:-100px;
}
/**********************
		FOOTER			
***********************/
#footer {
	clear:both;
	margin-top: 50px;
	font-size:10px;
	text-align:center;
}

#footer a {
	color: #FFE4E1;
} 