/* default.css for meandmocreative.com, updated 26 August 2005	*/
/*	*/

a.footer:link {color: #FFFFFF; text-decoration: none;}     /* unvisited link */
a.footer:visited {color: #FFFFFF; text-decoration: none;}  /* visited link */
a.footer:hover {color: #FFFFFF; border-bottom: #FFFFFF dotted thin;}   /* mouse over link */
a.footer:active {color: #FFFFFF; text-decoration: none;}   /* selected link */	

body {
	margin: 10px;
	background-color: #142C84;
	background-image: url('gradient.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#navlist { 
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #000000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #FFFFFF;
	padding-bottom: 2px;
	background: transparent;
	color: #FFFFFF;
}

#navlist a:hover {
	color: #FFFFFF;
}

#logo {
	width: 800px;
	margin-bottom: 10px;
	}

#menu {
	width: 800px;
	}

#content {
	margin-top: 10px;
	padding: 10px;
	width: 780px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px; 
	background-color: #EFEFEF;
	scrollbar-face-color: #bbcfc7; 
	scrollbar-arrow-color: #adbbb5; 
	scrollbar-shadow-color: #a0baaf; 
	scrollbar-darkshadow-color: #cbddd6; 
	scrollbar-highlight-color: #a0baaf; 
	scrollbar-track-color: #e0eae6; 
	scrollbar-3dlight-color: #cbddd6;
	}

.footer {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px; 
	color: #FFFFFF;
}

#footer {
	border-top: 1px solid #FFFFFF;
	width: 800px;
	margin-top: 10px;
	}