a img {
	border: none;
	vertical-align: middle;
}
body {
	margin: 0px;
}
big {
	text-align: justify;
	line-height: 1.3em;
}
h1 {
	font-family: sans-serif;
	font-size: 2em;
	text-align: center;
}
h2 {
	font-family: serif;
	font-style: italic;
}
/* TAGRIGHT */
div#tagright {
	position: absolute;
	margin-top: 25px;
	margin-left: 700px;
}
/* TAGLEFT */
div#tagleft {
	position: absolute;
	margin-top: 25px;
	margin-left: 25px;
}
/* this is used inside the tag divs */
a#subtext {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
}
/* SPECIAL */
div#special {
	position: absolute;
	margin-left: 415px;
	margin-top: 125px;
}
/* these go inside the special div */
a#slogan {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}
a#info {
	font-size: 10px;
	font-family: Times;
}
/* BANNER */
div#banner {
	width: 800px;
	height: 150px;
	padding-top: 24px;
	padding-left: 36px;	
	text-align: center;
}
/* MAIN */
div#main {
	min-height: 800px;	
}
/* these go inside the main div */
div#menu {
	width: 250px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
div#header {
	width: 550px;
	margin-left: 250px;
	padding-top: 25px;
	padding-left: 25px;
}
div#content {
	width: 550px;	
	margin-left: 250px;
	padding-top: 25px;
	padding-left: 25px;
}
div#footer {
	width: 550px;	
	margin-left: 250px;
	padding-top: 25px;
	padding-left: 25px;	
	text-align: center;
}
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 5px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
hr {
        color: #f00;
        background-color: #f00;
        height: 3px;
}
.align-right { 
        float:right;
}

