/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
//	Copyright (C) 2007 Cro-Cec, Inc. dba Digital Solutions.
//	A complete description of the Digital Solutions (c) copyright notice can be found online at: 
//	http://www.digitalsolutionslc.com/copyright_notice.php 
//		
//	Digital Solutions is a premier marketing and web development company in Las Cruces, New Mexico. 
//	We offer professional web design including flash and database web sites, graphic design, marketing materials, 
//	and video production. 
//
//	If you enjoyed this website and are looking for custom web development, give us a call at (505) 523-7661.
//		
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

body 
{background-color:#000000;
font-family:"Times New Roman", Times, serif;
color:00cec4;
font-size:12px;
color:#ffffff;
}
.contact{
	font-size:11px;
}
.title{
font-size:16px;
font-weight:bold;
}
#nav{
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
height:127px;
background-color:#000000;
font-size:14px;
text-align:right;
padding:5px;
}
#nav_links {
	padding-top:100px;
}

a,a:link,a:visited
{color:#00cec4;
font-size:11px;
text-decoration:none;
}

a:hover,a:active
{color:#ffffff;
font-size:11px;
text-decoration:underline;
}
.content{
	color:#00cec4;
	}
#content{
color:#00cec4;
padding:10px;
}

#footer
{color:#00cec4;
text-align:center;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
}

