@charset "utf-8";
/* style.css for Nevena site*/

body {
	background-color:#96c;
	background-image: url(images/bg.jpg);
	background-repeat:repeat;
	
	}

/*Universal style rule */
*{
 /*Block all browser default margins and padding */
 	margin:0;
 	padding:0;
 /*Temporary borders */
	 border:dashed 0px #f00;
}



#wrapper {
	margin:auto;
	width:900px;
	background-color:#ff9400;	
	}
	

/* Top part */
#top {
	background-color:#000;
	background-image:url(images/topbar.jpg);
	width:100%;
	height:90;
	vertical-align:bottom;	
}
#top img{
	text-decoration:none;
	border:none;
	vertical-align:top;	
}	
/* End of top part*/

/* Start of Branding */
#branding {
	background-color:969;
	padding-top:0;
	
}
#branding img {
	padding-top:0;
	margin:0;
}
#branding h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#96F;
}
 
/* End of Branding */


#content{
	border-bottom: double #03F;
	padding:2em 5em 2em 5em;
	
}

#content p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.85em;
	color:#03F;
	text-align:left;
}

#content h1 {
	font-weight:bold;
}

#content ul li{
	list-style-type:circle;
	color:#03F;
	margin-left:3em;
	margin-right:3em;
}
#content a,
#content a:link{	
	color: #03f;
}
#content a:hover,
#content a:active{
	color:#F00;
}


#footer{
position: relative;
clear: both;
font-size: 0.75em;
color: #03f;
font-family: sans-serif;
padding-left:1em;
}

#footer a,
#footer a:link{
	text-decoration: none;
	font-size:80%;
	color: #03f;
	font-family: sans-serif;	
}


/* Hover links in footer div */
#footer a:hover{
	color:#F00;
}

/* Active links in footer div */
#footer a:active{
	color:#F90;
}


	
	
	 

	
