html,body { 
    margin:0; 
    padding:0; 
    border:0; 
}
body { 
    background: #000000 url(background.png); 
    font-family: Arial, Verdana, sans-serif; 
    font-size: 12px;
}
a { 
    text-decoration: none;
    font-size: 12px; 
    font-family: Arial, Verdana, sans-serif;
    color: #000000; 
}
a:link { 
    color: #6b84a7;
    font-size: 12px;
}
a:visited {  
    color: #6b84a7; 
    font-size: 12px;
}
a:hover { 
    text-decoration: underline;
    color: #6b84a7;
    font-size: 12px;
}
a:active {  
	color: #6b84a7;
	font-size: 12px;
}
#wrapper {
	width: 70%;
	border: #ffffff 1px solid;	
	background: #ffffff;
	padding: auto;
	margin: auto;
}
#header {
        background: #000000 url(header_bg.png) repeat-x;
	width: 100%;
	height: 151px;
}
#logo {
        background: url(logo.png) no-repeat;
	width: 400px;
	height: 130px;
	float: left;
}
#balloons {
        background: url(balloons.png) repeat-x;
	width: 178px;
	height: 180px;
	float: right;
}
#nav {
        background: #000000 url(bar.png) repeat-x;
	width: 100%;
	height: 25px;
	border-top: #ffffff 1px solid;
}
#nav_txt {
	padding: 5px;
	color: #ffffff;
}
#nav_txt a:link {
	padding: 5px;
	color: #ffffff;
}
#nav_txt a:visited {
	padding: 5px;
	color: #ffffff;
}
#nav_txt a:hover {
	padding: 5px;
	color: #000000;
	background: #dda4a4;
}
#nav_txt a:active {
	padding: 5px;
	color: #ffffff;
}
#content {
	width: 100%;
	padding: 10px;
}
#left {
	width: 70%;
	float: left;
}
#txt {
	padding: 0px;
}
#sidebar {
	width: 28%;
	float: left;
	padding-right: 10px;
}
#newsletter {
	width: 100%;
	background: #89abdc;
}
#newsletter_title {
        background: #000000 url(bar.png) repeat-x;
	width: 100%;
	height: 25px;
}
#newsletter_title_txt {
	padding: 5px;
	color: #ffffff;
}
#newsletter_area {
	padding: 5px;
	color: #000000;
}
#footer {
	clear: both;
        background: #000000 url(bar.png) repeat-x;
	width: 100%;
	height: 25px;
	border-top: #ffffff 1px solid;
}
#footer_txt {
	padding: 5px;
	color: #ffffff;
}	
