body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin:0px;
  background-color:#FFF;
}
#TopBorder{
	background-image:url(../_images/topborder.png);
	background-repeat:repeat-x;
	width:100%;	
	height:11px;
	top:0px;
	left:0px;
}
#Container{
	margin-top:101px;
	clear:both;
	width:700px;
	margin:auto;
	}
#Header{
	height:100px;
	width: 100%;
	border: blue dashed thin;
	}
#RedBanner{
	background-image:url(../_images/redbanner.jpg);
	width:695px;
	height:268px;
	position:relative;	
	top: 0px;
	left: 0px;
	}
#RedContent{
	margin-left:75px;
	padding-top:50px;
	color:#FF0;	
	font-weight:bold;
}
#MainImage{
	background-image:url(../_images/couple.png);
	height:438px;
	width:287px;
	position: relative;
	top:-300px;
	left:387px;
	}
#Content{
	clear:both;	
}
#Footer{
	clear:both;
	font-size:small;
	text-align:center;
	background-color:#666666;
}
#SubFooter{
	clear:both;
	text-align:center;
	font-size:small;
	color:#666;
	background-color:#000;	
}
#SubFooter a{
	text-decoration:none;
	color:#666;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.GroupHeader{
	background-color:#17365D;
	line-height:30px;
	font-weight:bold;
	text-transform:capitalize;
	padding-left:10px;
}
.GroupContent{
	clear:both;
	padding:10px;
	margin-bottom:10px;
}

#moving_ask {
    background: none repeat scroll 0 0 red;
    float: right;
    margin: 10px;
}

#moving_ask a, #moving_ask a:visited {
    color: white;
    display: block;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

#moving_ask a:hover{

}

#moving_reviews {
    margin: 10px 30px 30px;
}

#Nav {
	position:relative;
	top:-500px;
	left:100px;
	width: 150px;
	padding:0px;
	margin:0px;
	border: thin green dashed;
}
#Nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
	padding-bottom:2px;
	height:150px;
	width: 150px;
}
#Nav a{
	text-decoration:none;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:00px;
	border:0px;
	width:100%;
	float:left;
	line-height:25px;
	color:black;
}
#Nav a:visited{
	color:black;	
}
#Nav a:hover{
	color:black;
}

h1{
	font-size:14px;
	text-transform:capitalize;
}

.Red{
	color:#F00;	
	font-weight: bold;
}

