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

body {
	font-family:"Times New Roman", Times, serif;
	background-color: #CFF;
}

a {outline:none;}

#wrapper {
	position:relative;
	width:800px;
	height:auto !important;
	text-align:center;
	margin:0 auto;
}

/* Navigation */

#navMain {
	display:block;
	width:800px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}

#navMain ul {
	padding:0;
	margin:10px 0 10px 0;
	width:auto;
	list-style:none;
}

#navMain li {
	margin:0 30px 0 30px;
	display:inline;
	list-style-type:none;
}

#navMain a,
#navMain a:link,
#navMain a:visited {
	text-decoration:none;
}

#navMain a:active,
#navMain a:hover {
	color:#999;
}

#column1 {
	width:200px;
	text-align:center;
	float:left;
	font-size:14px;
}

#column2 {
	width:400px;
	text-align:center;
	float:left;
	font-size:14px;
}

#column3 {
	width:200px;
	text-align:center;
	float:left;
	font-size:14px;
}

#footer {
	clear:both;
	display:block;
	width:800px;
	text-align:center;
	font-weight:bold;
}

.verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size:10px;
}

.leftJustify {
	text-align:left;
}

h1 {
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75px;
	font-stretch: ultra-condensed;
}

h2 {
	margin:0;
	font-size:29px;
}

h3 {
	margin:0;
	font-weight:100;
	font-size:25px;
}

.underline{
	text-decoration:underline;
}

/* Services Styles */

body#services {
	background-color:#FCC;
}

body#services .image {
	margin:0 0 -10px 0;
}

body#services .imageTop {
	margin:20px 0 0 0;
}

body#services .imageBottom {
	margin:225px 0 0 0;
}

/* MyFriends Styles */

body#myFriends {
	background-color:#FF9;
	background-image: url(../images/bg_myfriends.gif);
	background-repeat:repeat-x;
}

body#myFriends #column1 {
	width:265px;
	text-align:left;
	float:left;
	font-size:14px;
}

body#myFriends #column2 {
	width:270px;
	text-align:left;
	float:left;
	font-size:14px;
}

body#myFriends #column3 {
	width:265px;
	text-align:left;
	float:left;
	font-size:14px;
}
