/** ------------------------------------------------------------------------------------------------------
This is the main CSS file and will include all the layout elements featured globally throughout the site 
------------------------------------------------------------------------------------------------------ **/

/** ------------------------------------------------------------------------------------------------------
LINKS
------------------------------------------------------------------------------------------------------------ **/
body {
background: #f8fbff;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
}

a:link {
	color: #3e4855;
	font-weight: 					bold;
	text-decoration: 				none;
}
a:visited {
	color: #3e4855;
	font-weight: 					bold;
	text-decoration: 				none;
}

a:hover {
	color:							#000;
	font-weight: 					bold;
	text-decoration: 				none;
}
a:active {
	color: #3e4855;
	font-weight: 					bold;
	text-decoration: 				none;
}

/** ---------------------------------- LINKS END ---------------------------------------- **/ 

#main-container {
background-image:url(network.jpg);
background-color: #c2cdcf;
height: 600px;
border-right: 2px ridge #728093;
border-bottom: 2px ridge #728093;
border-top: 2px groove #728093;
border-left: 2px groove #728093;
width: 960px;
margin: auto;
margin-top: 20px;
}

#content {
background: #e2ecf1;
border-right: 2px ridge #fff;
border-bottom: 2px ridge #fff;
border-top: 2px groove #fff;
border-left: 2px groove #fff;
width: 650px;
margin: auto;
margin-top: 150px;
padding: 40px;
}


h1 {
color: #3e4855;
font-size: 24px;
font-family: Arial, Helvetica, sans-serif;
}
