@charset "utf-8";
/* CSS Document */

/* CSS Document for IPtrials.com*/
/* created by Tom Downing*/

/* Float controls */
 
.left {float: left; }
.right { float: right; }
.clear { clear: both; }
.noshow { display: none; }

a {
	color:#b9363e;
}

li a { 
	color:##b9363e;
}

a:hover { color:#000000; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#b9363e;
}

/*Main Divs*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:800px;
	height: 800px;
	background-image: url(../images/Clouds.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: center;
}

#mainContent {
	width: 450px;
	padding: 0px 15px;
	position: inherit;
}

#directions {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 14px;
	width: 700px;
	padding: 15px;
	position: inherit;
}
