body {
	margin: 0px auto;
	padding: 0;
	background: #16a7f6 url(background.jpg) repeat-x top;
	font-size: 78%;
	font-family: Verdana;
	color: #333;
	text-align: center;
}
p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 1.2em 0;
}

h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 12px;
    color: #3366FF;
}
a {
	text-decoration: none;
}
a:link {
	color: #565656;
}
a:visited {
	color: #565656;
}
a:hover, a:active {
	color: #565656;
    text-decoration: underline;
}

code {
	font-family: monospace;
	color: #666;
}

.small {
	font-size: 0.9em;
	color: #666666;
}

#viagra {
	margin: 0 auto;
	width: 900px;
        background: url(bg.jpg);
	text-align: left;
	border-top: 1px solid #36b7ff;	
	border-bottom: 1px solid #16A7F6;
	border-left: 1px solid #36b7ff;
	border-right: 1px solid #36b7ff;
}
#header {
	background: url(header.jpg);
        width: 900px;
        height: 250px;
}

	#header h1 {
                padding-top: 10px;
                padding-left: 20px;
		margin: 0;
		font-size: 2.3em;
	}
	#header h1 a {
		text-decoration: none;
		color: #eeeeee;
	}
	
	
#content {
	float: left;
	padding: 0 10px 0 29px;
        margin-top: 0px;
	width: 620px;

	border-right: 1px solid #cccccc;
} 

#sidebar {
	float: right;
        margin: -140px 20px 0 10px;
	padding: 0px;
	width: 200px;
        display: inline;
	font-size: 0.9em;


} 

#footer {	clear: both;
        background: url(footer.jpg);
        width: 900px;
        height: 50px;
	font-size: 0.9em;
	text-align: center;
    color: #eeeeee;

}

	#footer p {
		padding: 10px 0px 0px 0px;
		font-size: 0.9em;
		text-align: center;
                color: #eeeeee;
	}

#footer a {   text-decoration: underline;
                color: #CCFFFF;
	}

#sidebar h2 {
	margin: 12.9em 0 0em 0;
	padding: 3px 0px 3px 0px;
	background: url(title.jpg) repeat-x;
        color: #f6f6f6;
        height: 15px;
        width: 185px;
	font-size: 1.1em;
	border-bottom: 1px solid #f0fadb;
	border-top: 1px solid #f0fadb;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #CCFFFF;
	background: url(title.jpg) repeat-x;
	overflow: auto;
    padding-left: 10px;
}
.posttitle a {
	float: left;
	padding-left: 10px;
}
.posttitle a:link, .posttitle a:visited {
	color: #CCFFFF;
}
.posttitle a:hover, .posttitle a:active {
	color: #eeeeee;	
}

.text {
	font-size: 0.9em;
	color: #333333;
	font-family: verdana;
        padding: 0px 10px;
}