/* tony baldwin's first css written entirely from scratch.
feel free to steal if if you really, really dig it.
I offer it under Creative Commons Share Alike */

body {
	background-color: #a1a3a3;
	background-image: url('http://www.baldwinsoftware.com/images/4486.jpg');
	background-repeat: repeat;
	background-attachment:fixed;
	color: black;
	padding: 10px;
	width: 1200px;	
	text-align: center;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin: auto;
}


a:link {text-decoration: underline; color: #8e1e1e;}
a:visited {text-decoration: none; color: #6b4040;}
a:active {text-decoration: none; color: red;}
a:hover {text-decoration: none; color: black; background-color: red;}

/* Header */
#header {
	background-image: url('http://www.baldwinsoftware.com/images/tube.png');
	background-repeat: repeat;
	background-color: #eee;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: 2px;
	text-align: left;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* main body */
#main {
	background-color: white;
	padding: 5px;
	width: 890px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	text-align: left;
	right-margin: auto;
	left-margin: auto;
	text-align: left;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Sidebar */

#sidebar {
	background-color: #e9ebf1;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	float: right;
	width: 290px;
	padding: 5px;
	text-align: left;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* Footer */
#footer {
	background-image: url('http://www.baldwinsoftware.com/images/tube.png');
	background-repeat: repeat;
	background-color: #eee;
	border-style:  solid;
	border-color: black;
	border-width: 1px;
	padding: 5px;
	text-align: left;
	width: 890px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


p {
	text-indent: 5px;
}
p:first-letter {
	font-weight: bold;
	text-size: 150%;
}

h1, h2, h3, h4, h5, h6 {
	text-decoration: underline;
	}

img.Left { 
	float: left; 
	margin: 5px; 
	border-width: 1px;
	border-color: darkgrey;
	border-style: solid;
	}
img.Right { 
	float: right; 
	margin: 5px;
	border-width: 1px;
	border-color: darkgrey;
	border-style: solid; 
	}
img.Center { 
	float: center; 
	margin: 5px; 
	border-width: 1px
	border-color: darkgrey;
	border-style: solid;
	right-margin: auto;
	left-margin: auto;
	}
#box {
	margin: 20px;
	border-color: darkblue;
	border-style: dashed;
	border-width: 1px;
	background-color: lightgrey;
	color: black;
	float: center;
	text-align: left;
	padding: 10px;
	}	

/* this file created with tcltext | http://baldwinsoftware.com/tcltext.html */

