﻿body
{
	background-color:#2B2525;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
}

h1{
	color:#BA226F;
	font-size:40pt;
	margin-top:0px;
	font-family:Edwardian Script ITC, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:5px
}

.main_section
{	
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:black;
}

.header_section
{
	background-image:url('Header.jpg');
	background-repeat:no-repeat;
	height:160px
}

.home_main_section
{
	background-image:url('Home_Bg.jpg');
	background-repeat:no-repeat;
	background-color:black;
}

.other_main_section
{
	background-image:url('Main_Bg.jpg');
	background-repeat:no-repeat;
	background-color:black;
	padding:10px;
}


.menu_button
{
	background-image:url('But_Tab.jpg');
	background-repeat:no-repeat;
	width:110px;height:20px;
	color:white;font-size:12pt;
	text-align:center; padding-top:10px;
	float:left;
	margin-right:5px;
	cursor:pointer;
	text-decoration:none
}

.menu_button:hover
{
	background-image:url('But_Tab_Hover.jpg')
}

.footer
{
	color:white;
	background-color:#2E3030;
	height:20px;
	margin-top:50px;
	padding:10px
}

.home_blog_title{
	font-size:14pt;color:white;font-size:12pt;margin-bottom:2px;margin-top:0px;cursor:pointer
}

.home_blog_title:hover{
	color:#6F3251
}