/*Style for the yourwebsight holding page */
/* Style.css for yourwebsight
Copyright David Anderson 2009 */

/******************************/
/*** Core html setup stuff ***/
/*****************************/
* {
margin: 0;
padding: 0;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font: 14px/1.2em helvetica, arial sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	letter-spacing: 0px;
	height: 100%;

}
#bg{
	height: 100%;
}

strong, em, b, i{
	font-size: 1.0em;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	font-weight: 400;
	color: #0087cb;
	border: none;
}

a:hover {
	text-decoration: none;
	font-weight: 400;
	color: #ffcc33;
}

p { margin-top: 5px; margin-bottom: 5px; }

ul, ol{margin: 0px 0px 0px 20px; list-style-position: inside;}
img { border: 0 none; }
.clr{ clear: both;}
table{border-spacing: 0px;}

h1{
font-size: 2.0em;
line-height: normal;
letter-spacing: -2px;
margin: 0px;
font-weight: 700;
padding: 0px 0px 6px;
color: #555555;
}

h2{
font-size: 1.7em;
line-height: 1.0em;
letter-spacing: -1px;
margin: 0px;
font-weight: 400;
padding: 18px 0px 0px;
color: #0087cb;
}

h3{
font-size: 1.3em;
font-weight: 400;
margin: 0px;
padding: 0px 0px 22px;
color: 	#555555;
letter-spacing: -1px;
}

#wrapper{
width: 600px;
margin: 200px auto 100px;
text-align: center;
}

#lower{
margin-top: 20px;
}




