
/* Begin Typography & Colors */
body {
	font-size: 82.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('images/swwsbg.jpg');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/swwsHeader.jpg') no-repeat bottom center;
	}
	
#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#navbar {
	padding-top: 25px;
	padding-left:5px;
	text-align:center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/swwsFooter.jpg') no-repeat top; 
	border: none;
	}

#rightcontent
{
	padding: 20px 0 10px 0;
	margin-left: 15px;
	width: 330px;
	}


#leftcontent
{
	padding: 20px 0 10px 0;
	margin-left: 25px;
	width: 340px;
	}
	
#content
{
	padding: 20px 0 10px 0;
	margin-left: 25px;
	width: 660px;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

a:link, a:hover, a:visited {
	Color:#334d55;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color:#006600;
	font-size: 12px;
	text-decoration: underline;
}

td {
text-align:left;
}

.center {
text-align:center;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	height: 63px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* navbar menu */
.menua:link, .menua:visited{
	color:white;
	text-decoration: none;
	font-size: 14px;
	padding-left:40px;
	padding-right:40px;
}

.menua:hover {
	color:black;
	text-decoration: underline;
}

.navbartable {
text-align:center;
}

/* navbar menu End*/

/* options */
#optionwebdesign {
	background: url('images/optionwebdesign.jpg') no-repeat bottom center;
	height:150px;
	width:160px;
	margin-left:25px;
	margin-right:8px;
	text-align:center;
	}
	
#optionsql {
	background: url('images/optionsql.jpg') no-repeat bottom center;
	height:150px;
	width:160px;
	margin-left:8px;
	margin-right:8px;
	text-align:center;
	}
	
#optiontechnologies {
	background: url('images/optiontechnologies.jpg') no-repeat bottom center;
	height:150px;
	width:160px;
	margin-left:8px;
	margin-right:8px;
	text-align:center;
	}

#optionscripts {
	background: url('images/optionscripts.jpg') no-repeat bottom center;
	height:150px;
	width:160px;
	margin-left:8px;
	margin-right:8px;
	text-align:center;
	}
	
.optiona:link, .optiona:visited{
	color:#666666;
	text-decoration: none;
	font-size: 14px;
	margin: 80px 0 0 0;
}

.optiona:hover {
	color:black;
	text-decoration: underline;
}
	
/* options End*/

