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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #444;
}

div#header {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	
}

div#designsby {
	text-align: left;
	width: 980px;
	margin-top: 10px;
	
}

div#logo {
	float: left;
	width: 420px;
	height: 27px;	
}

div#navi {
	float: left;
	width: 560px;
	height: 27px;
	padding-top: 20px;
	text-align: right;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}

	div#navi ul {
		list-style-type: none;
	}
	
	div#navi li {
		display: inline;
		padding: 0 5px 0 5px;
	}
	
	div#navi a:link, div#navi a:visited {
		text-decoration: none;
		color: #747675;
	}
		div#navi a:hover, div#navi a:active, div#navi a:focus {
			color: #D3E5ED;
		}
	div#navi a.current {
		border-bottom: 1px solid #999;
	}

div#wrapper {
	width: 100%;
	margin: 50px 0 10px 0;
	background: url(images/wrapper_bg.gif) repeat-x top center;
}

div#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 25px 0 25px;
	background: #fff;
}

div#main a:link, div#wrapper a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
	div#main a:hover, div#wrapper a:active, div#wrapper a:focus {
		text-decoration: underline;
		color: #D3E5ED;
	}

div#main p {
	margin: 5px 5px 10px 5px;
}

div#text {
	width: 760px;
	line-height: 25px;
	padding: 0 20px 0 20px;
}
	
	div#text .pic {
		float: right;
		margin: 50px 0 0 20px;
	}

	div#text table {
		margin: 10px 0 20px 50px;
	}
	div#text table td {
		padding: 2px;
	}
	div#text table img {
		margin: 0 5px 1px 5px;
	}


div#video {
	width: 711px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div#footer {
	width: 500px;
	text-align: center;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 30px 0;
	color: #ccc;
	font-size: 80%;
	border-top: 1px solid #cde6ee;
}

div#footer a {
	color: #D3E5ED;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.network {
	margin-bottom: 10px;
}
