/*
Theme Name: PR IT Services Template
Theme URI: http://wordpress.org/
Description: A template for theme dev.
Version: 1.0
Author: Paul Ridgway
Author URI: http://www.pritservices.com
Tags: ugh
*/

html,body,div,table,tr,td,img,h1,h2,h3,h4 {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
	background-image: url('/images/page_background.gif');
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
}

h2 {
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	border-bottom: 1px dotted #666;
}

h4 {
	text-align: center;
	color: #ccc;
	border-bottom: 1px solid #aaa;
	margin: 5px 0 15px 0;
}

a {
	color: #ACF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#main {
	background: #000;
	width: 898px;
	margin: 5px auto auto auto;
	border: 1px solid #3b3b3b;
}
#header {
	width: 898px; 
}
#logo {
	width: 898px;
	height: 101px;
	background-image: url('/images/header.png');
}
#menu {
	width: 898px;
	height: 35px;
	background-image: url('/images/menu-back.png');
	text-align: center;
}
#body {
	min-height: 300px;
	width: 898px;
	background-image: url('/images/content-back.png');
	background-repeat: no-repeat;
}
.entry {
	padding: 10px;
}
.button a,.buttonsel a {
	color: #fff;
	text-decoration: none;
}
.button,.buttonsel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	width: 128px; 
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-image: url('/images/button.png');
	background-position: 0px 0px;
	display: inline-block;
}
.buttonsel {
	background-position: 258px 0px;
}
.button:hover {
	background-position: 129px 0px;
}
