/* CSS for PDCurtis.co.uk */

body 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	background-image: url(../images/bggrad_1280.png);
	}

h1	{
	font-size: 48pt;
	
	} 

img.grey	{
	float: right;
	border: 0px;
	margin: 0px;
	}

/* link stuff */

a	{
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
	}

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

a.menu	{
	display: block;
	color: #ffffff;
	background-color: #999999;
	border: solid 1px #cccccc;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	background-image: url(../images/but_bg1_3.gif);
	}

a.menu:hover	{
	text-decoration: none;
	background-image: url(../images/but_bg2_3.gif);
	}


/* formatting stuff */

.heading {
	color: #ffffff;
	border-bottom: 5px solid #ffffff;
	margin-bottom: 0px;
	top: 0px;
	width:100%;
	}
	
.main 	{
	float: left;
	width: 67%;
	background: #ffffff;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #999;
	margin-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	}
	
#twit	{
	right: 1%;
	margin: 1%;
	}

