charset "UTF-8";

/* CSS Document */
html {
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
	}

.page {
	width:100%
	}
	
body {
	background-image:url(../images/bkgd.gif);
	background-repeat:repeat;
	padding: 0;
	margin: 25px 0;
	text-align: center;
	}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #646464;
	line-height: 20pt;
	}
	
.listtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #646464;
	line-height: 16pt;
	}
	
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
	font-size: 9pt;
	color: #646464;
	line-height: 12pt;
	}

p a:link {
	color: #e44044;
	}
p a:visited {
	color: #66bde0;
	}
	
p a:hover {
	border-bottom-color: #646464;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #646464;
	}
	
p a img {
	border:none
	}

#flashcontent {
	width:100%;
	height:100%;
	}

/*begin link styles*/
a {
	text-decoration:none;
	border:none
	font-size:12px;
	color: black;
	}
	
a:link {
	color: #e44044;
	text-decoration:none;
	border:none
	}

a:visited{
	color: #66bde0;
	}
	
a:hover{
	color: #646464;
	}

a img {
	border:none;
	text-decoration:none
	}
	
/*end link styles*/

/*begin text styles*/

h1 {
	color: #e44044;
	font-size:24px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:0px
	}
	
h2 {
	text-transform: uppercase;
	margin-bottom:0px;
	color: #66bde0;
	font-weight: bold;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif; 
	}
	
h3 {
	text-transform: uppercase;
	margin-bottom:0px;
	color: #66bde0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.id {
	font-size:20px;
	letter-spacing:2px
	}
	
.idtag {
	font-size:12px;
	}
			
/*end text styles*/

/*begin navigation*/



#navbox {
	word-spacing: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	height:140px;
	background-image: url(../images/menuband.gif);
	background-repeat:repeat-x;
	}
	
#navtext {
	float:left;
	margin-top:40px;
	margin-left:40px;
	}
/*end navigation*/

/*begin main content area*/

#container {
	border-color: #e44044;
	border-style: solid;
	border-width: 2px;
	text-align: left;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom:20px;
	width: 900px;
	height:auto;
	background-color:white;
	overflow:auto
	}
	
#main {
	width:860px;
	height:auto;/*500px; */
	padding: 0 20px;
	overflow:auto;
	}

.col {
	float:left;
	width:48%;
	}
	
#about #abo, #work #wor, #clients #cli, #contact #con
	{
	color: #646464
	}
	
input, textarea {
	border-color: #646464;
	border-style: solid;
	border-width: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #646464;
	line-height: 18px;	
	}
/*end main content*/

/*begin table styles*/
table {
	table-layout: fixed;
	width: 860px;
	}
td {
	text-align: center;
	width: 200px;
	padding: 10px 5px;
	}
.toprow {
	border-bottom: black dotted 1px
	}