/*
Theme Name: Wizz-E Theme
Theme URI: http://p.yotek.net/wizze/
Description: Wizz-E Theme
Version: 1.5
Author: Bala Krishna
Author URI: http://bala-krishna.com/
*/

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:12px;
  padding: 10px;
  color:#333333;
	background-image: url(images/desk_bg.jpg.jpg);
	margin-top: 0px;
	margin-bottom: 0px;

}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
}

.header {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	vertical-align:top;
	width: 995px;
	height: 314px;
}
.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	height: 250px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}


.note{
background-image: url(images/note.png);
background-position: left top;
width: 280px;
height: 200px;
background-repeat:no-repeat;
text-align:center;
vertical-align:top;
padding: 50px 5px 5px 30px;
}

.content{
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
vertical-align:top;
color:#333333;
line-height:1.5em;
padding: 5px 10px 5px 30px;
}

.content h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#0066CC;
font-weight:bold;
text-align:left;
}

.content h2 a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#0066CC;
font-weight:bold;
text-align:left;
}

	.sub-headline{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif
	}




.big_headline{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#0066CC;
font-weight:bold;
text-align:left;
}
h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#0066CC;
font-weight:bold;
text-align:left;
}
h2 a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#0066CC;
font-weight:bold;
text-align:left;
}
a:link {text-decoration: none; color:#000000;}
A:visited {text-decoration: none; color:#000000;}
A:active {text-decoration: none; color: #CC0000;}
A:hover {text-decoration: underline; color: #CC0000;}

.background {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image:url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 995px;
}

.alignleft { float:left; }
.alignright { float:right; }