@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #000000;
}

body {
	background: url(images/web_design_background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	text-align:center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: overline;
}
a:active {
	text-decoration: none;
}

.logo_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
}
.logo_slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.partners {
	clear: both;
}

.animgif {
	float: left;
	width: 387px;
	height: 170px;
	text-align: center;
}

.samimg {
	float: left;
	width: 258px;
	height: 170px;
	text-align: center;
}

#center {
   width:100%;
   text-align:center;
   clear:both;
}

#main {
 	width:800px;
	background-color: #FFFFFF;
	padding: 5px;
}

#logo {
	text-align:right;
}

#top_nav {
	text-align:center;
}

#content {
	text-align:justify;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#copyright {
	font-size: 11px;
	clear: both;
}
