/* CSS Document */

p{
	font-family:Georgia, sans-serif;
	font-size: 12px;
	color: red;
	line-height: 16px;
	padding: 10px;
	text-align: justify;
}

h1{
font-family: Georgia, serif; font-size: 20px;
color: red;
line-height: 26px;
padding: 10px;
}

h2{
font-family: Georgia, serif; font-size: 16px;
color: red;
line-height: 18px;
padding: 10px;
}
.bold_link {
	font-family: Georgia,;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
}

.content{
	background-image: url(images/bg_main_content.jpg);
}

.sidebar{
	background-image: url(images/bg_sidebar.jpg);
}
.content_top {
	background-image: url(images/bg_main_content_top.jpg);
	background-repeat: no-repeat;
}
.sidebar_top {
	background-image: url(images/bg_sidebar_top.jpg);
	background-repeat: no-repeat;
}
