body {
	margin: 0px;
	padding: 3px;
	/*background: #e9e9e9;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	/*background: url(../images/bg05.jpg) no-repeat center top;*/
	background: url(../images/background.gif);
}

h1, h2, h3 {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

p, ul, ol {
	margin-top: 0px;
	line-height: 160%;
}

ul, ol {
}

a {
	color: #0000ff;
    text-align: center;
}

a:hover {
	text-decoration: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 20px;
}

img.alignright {
	margin-left: 20px;
}

a img {
	border: none;
}

/* Wrapper */

#wrapper {
	/*background: #FFFFFF;*/
	
	background: url(../images/bg05.jpg) no-repeat center 8px;
}

/* Header */

#header {
	width: 780px;
	height: 130px;
	margin: 0px auto;
	/*background: url(../images/bg03.jpg) no-repeat left top;*/
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0px;
}

#logo h1 {
	padding: 60px 0px 0px 30px;
}

#logo h2 {
	padding: 80px 0px 0px 10px;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

#logo a:hover {
	text-decoration: underline;
	color: #ff0000;
}

#logo h2, #logo h2 a {
	font-size: 13px;
	color: #999999;
}

/* Menu */

#menu {
	float: right;
	
}

#menu ul {
	margin: 0px;
	padding: 78px 30px 0px 0px;
	list-style: none;
	/*background: url(../images/bgmenu.gif) repeat-x left bottom;	*/
	height: 30px;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 20px 0px 22px;
	background: url(../images/img02.gif) no-repeat left center;
	/*border-right: 1px dashed gray;*/
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
}

#menu a:hover {
	text-decoration: underline;
	color: #ff0000;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 850px;
	margin: 0px auto;
	background: url(../images/bg04.jpg) repeat-y 0px 10px;
}

#bgtop {
	/*background: url(../images/bg05.jpg) no-repeat left top;*/
	background: url(../images/bg04.jpg) repeat-y 0px 10px;
}

#bgbottom {
	background: url(../images/bg06.jpg) no-repeat left bottom;
}

#bgbottom p 
{
    padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 16px;
	color: #8D8D8D;
}

#bgbottom p a {
	text-decoration: none;
	color: #8D8D8D;
}

#bgbottom .title {
	padding: 0px 0px 0px 15px;
	/*background: url(../images/img03.jpg) no-repeat 10px top;*/
}

#bgbottom .title h2, #bgbottom .title h3 {
	margin: 0px;
}

#bgbottom .title h2 a, #bgbottom .title h3 a {
	text-decoration: none;
	color: #666D66;
}

#bgbottom .title h2 a:hover, #bgbottom .title h3 a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding: 0px 30px 0px 0px;
	border-right: 1px dashed gray;
}

#content p 
{
    padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 16px;
	color: #8D8D8D;
}

#content p a {
	text-decoration: none;
	color: #8D8D8D;
}

.post {
	padding: 0px 0px 0px 20px;
}

.post .title {
	padding: 0px 0px 0px 0px;
	/*background: url(../images/img03.jpg) no-repeat 10px top;*/
}

.post .title h2, .post .title h3 {
	margin: 0px;
}

.post .title h2 a, .post .title h3 a {
	text-decoration: none;
	color: #666D66;
}

.post .title h2 a:hover, .post .title h3 a:hover {
	text-decoration: underline;
}

.post .title p 
{
    padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 16px;
	color: #8D8D8D;
}

.post .title p a {
	text-decoration: none;
	color: #8D8D8D;
}

.post .entry {
	padding: 15px 15px 25px 15px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 50px 10px 0px 0px;
	
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin: 15px 15px 25px 15px;
}

#sidebar li li {
	font-size: 11px;
}

#sidebar h2 {
	/*height: 40px;*/
	width: 165px;
	padding: 5px 0px 5px 0px;
	/*background: url(../images/img04.jpg) no-repeat left top;*/
	font-size: 24px;
	color: #333333;
	border-bottom: 1px solid gray;
}

#sidebar a {
	padding: 5px 0px 5px 10px;
	background: url(../images/bullet.gif) no-repeat -3px center;
	color: #555555;
}

#sidebar a:hover {
	text-decoration: none;
	color: #ff0000;
}


/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0px auto;
	/*background: url(http://www.albertodargenio.com/images/bg07.jpg) no-repeat left top;*/
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #797979;
}

.style3
{
    width: 100%;
}
        
.style4
{
    width: 27px;
}

.headline
{
    color: #FF0000;
    font-weight: bold;
}