/* CSS Document */
body, html {
	width:100%; height:100%;
}

body {
	margin:0; padding:0; border:0;
	background-color:#FFFFFF;
	background-image:url(images/backgroundwhite.png);
	background-image:expression('url(images/backgroundwhite.png)'); /* IE Fix! */
	background-position:right;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
div {
	margin:0; padding:0; border:0;
}

#godaddyadd {
	position:absolute;
	width:100%;
	top:120px; left:0px;
	display:block;
	clear:both;
}

#header {
	height:145px;
	width: 100%;
	display:block;
	clear:both;
}

#logo{
	height:145px;
	width:145px;
	position:absolute;
	top:5px; left:5px;
	padding:0px;
	margin-left:10px;
	background-image:url(images/LogoSpin.png);
	background-image:expression('url(images/LogoSpin.png)'); /* IE Fix! */
	background-position:center;
	background-repeat:no-repeat;
}

#headtat{
	height:145px;
	width:545px;
	position:absolute;
	top:5px; left:150px;
	padding:0px;
	background-image:url(images/headtat.png);
	background-image:expression('url(images/headtat.png)'); /* IE Fix! */
	background-position:center;
	background-repeat:no-repeat;
}

#banner{
	height:50px;
	width:400px;
	position:absolute;
	top:5px; right:5px;
	margin-right:20px; padding-top:100px;
	background-image:url(images/md-banner-md.gif);
	background-image:expression('url(images/md-banner-md.gif)'); /* IE Fix! */
	background-position:right;
	background-repeat:no-repeat;
}

#content {
	width:100%;
	clear:both;
	left:5px;
	
	}

#menu{
	width:200px; height:600px;
	float:left;
	text-align:right;
	margin-left:10px;
	background-image:url(images/menutat.png);
	background-image:expression('url(images/menutat.png)'); /* IE Fix! */
	background-position:top left;
	background-repeat:no-repeat;
}

#php{
	float:left;
	border:dashed #000000 thin;
	border:expression('none');/* IE Fix! */
	width:50%;
	margin-left:40px; margin-top:60px;
	padding:10px;padding-bottom:20px;
	background-image:url(images/boxdither.png);
	background-image:expression('none'); /* IE Fix! */
}

#textleft{
	text-align:left;
}


#footer {
	width: 50%;
	border:dashed #000000 thin;
	border:expression('none'); /* IE Fix! */
	clear:both; 
	left:0px;
	float:bottom;
	padding-bottom:10px; padding-top:5px;	padding-left:5px;	padding-right:5px;
	background-image:url(images/boxdither.png);
	background-image:expression('none'); /* IE Fix! */
}
p {
	margin:0; padding:0; border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-left:0px;
	margin-right:0px;
	padding-top:10px;
}
li {
	margin:0; padding:0; border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-left:0px;
	margin-right:0px;
	padding-top:10px;
}
p.mytextstyle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	text-decoration:underline;
	color:#666666;
}
p.mytextstyle:hover{
	color:#FF0066;
}
p.headertextstyle {
	font: Arial;
	font-size:12px;
	text-shadow:Gray;
	line-height:14px;
	color:#666666;
}
p.headertextstyle:hover{
	color:#666666;
}
p.subheadertext{
	font: Arial;
	font-size:12px;
	text-shadow:Gray;
	line-height:14px;
	color:#666666;
}
p.subheadertext:hover{
	color:#666666;
}
p.nametextstyle {
	font-family:Arial Narrow;
	font-weight:bold;
	font-size:20px;
	line-height:22px;
	color:#666666;
	text-shadow:Gray;
}
p.nametextstyle:hover{
	color:#666666;
}

