* {
   padding:0;
   margin:0;
}

html,body {height: 100%;}

body {
	background : url(images/adobe_bg3.jpg);
	margin: 0;
	padding: 25px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
}

a:link {
	color:#6699FF;
}

a:hover {
	color:#FF9900;
}

#wrap {
	width:650px;
	background:transparent;
margin:0 auto;
}

#container {
	width:400px;
	float:right;
}

/*this controls the top bar*/
#top {
	background : url(images/redflwr1.jpg) no-repeat;
	width:400px;
	height:160px;
	text-align:left;
}

h1 {
	padding:120px 20px 20px 20px;
	font-size:100%;
	font-weight:bold;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

#title {
	
	width: 390px;
	padding: 5px 5px 5px 5px;
	text-align:left;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#000000;
	
	
	
}

/* this is all the content */
#content_one {
background:#fff;
margin-top:5px;
padding:1px 0px 5px 0px;
width:400px;
font-size:80%;
}


#leftimg {
	float:left;
	width:200px;
	height:auto;
	border: 5px solid #fff;
	padding:auto;
	
}

#content_one p{
background:#f9daa9;
	text-align:left;
	margin:10px;
	padding:5px;
	
}

h3 {
	background-color:#f9daa9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#DB2D1B;
	padding: 5px;
}

#content_two {
background:#fff;
margin-top:5px;
padding:1px 0 1px 0;
width:400px;
font-size:80%;
}

#content_two p{
background:#f9daa9;
	text-align:left;
	margin:10px;
	padding:5px;
	
}

#content_three {
	background:#fff;
	text-align:left;
	margin:10px;
	padding:5px;
	width: 200px;
}
/* this is the navigation stuff */
#sidebar {
	float:left;
	width:200px;
	background:#fff;
	margin-top:200px;
	text-align:left;
}

#navcontainer { 
width: 180px;
margin:10px;
background:#FFF;

}

#navcontainer ul
{
margin-left: 0px;
margin-top:0px;
padding-left: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
background:#FFCC66;
}

#navcontainer a
{
display: block;
padding: 10px 3px 3px 3px;
width: 174px;
height:30px;
text-align:center;
border-top:3px solid #fff;
}

#navcontainer a:link, #navlist a:visited
{
	color: #6E5010;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color:#FF3300;
	color: #000;
}

/*footer*/
#footer {
	background:#fff;
	margin-top:5px;
	padding:1px 0 1px 0;
	width:400px;
	font-size:80%;
}


#footer p {
	background:#f9daa9;
	text-align:center;
	margin:10px;
	padding:5px;
}

