/* CSS Document */
body {
	background: rgb(1,182,199); /* Old browsers */
background: -moz-linear-gradient(top, rgba(1,182,199,1) 0%, rgba(1,205,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,182,199,1)), color-stop(100%,rgba(1,205,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(1,182,199,1) 0%,rgba(1,205,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(1,182,199,1) 0%,rgba(1,205,238,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(1,182,199,1) 0%,rgba(1,205,238,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b6c7', endColorstr='#01cdee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(1,182,199,1) 0%,rgba(1,205,238,1) 100%); /* W3C */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.70em;
	color:#000000;
	margin:0;
}

#all {
	width:620px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid #028f9c;
}

.right { 
	float:right;
	margin:0px 0px 5px 5px;
}

li {
	list-style-image:url(images/twitter_icon.jpg);
}

.left { 
	float:left;
	margin:0px 10px 3px 0px;
}

a {
	color:#01b6c7;
	text-decoration:none;
}
a:hover {
	border-bottom:1px solid
}
li {
	list-style-type: none;

}
h1 {
	color:#01b6c7;
	border-bottom:1px dashed #cccccc;
	margin-top:5px;
	margin-bottom:5px;
	font-size:200%;
	padding-bottom:3px;
}

h2,h3 {
	color:#01b6c7;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:3px;
}

#container {
	width:850px;
	padding:10px;
	padding-top:0;
	margin:0 auto 0 auto;
	background:#FFFFFF;
	background-repeat:repeat-y;
}
#topcontainer {
	width:100%;
	clear:both;
}

.content {
	clear:both;
	width:560px;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #01b6c7;
	border-right:1px solid #01b6c7;
	border-bottom:1px solid #01b6c7;
	margin-right:200px;
	margin:0 auto 0 auto;
	line-height:20px;
	margin-bottom:10px;
}
.innerbox{
width:300px;
}
.boxleft{
float:left;
width:100px;
}
.boxright{
float:right;
width:100px;
}

.footcontent {
	clear:both;
	width:560px;
	padding:5px;
	margin-right:200px;
	margin:0 auto 0 auto;
	line-height:20px;
	margin-bottom:10px;
}

#main {
	width:620px;
	margin:0 auto 0 auto;
	background:#FFFFFF;
	clear:both;
}

#header {
	width:620px;
	margin:0 auto;
	background-image:url(images/head.jpg);
	height:150px;
}

#footer {
	width:620px;
	margin:0 auto 0 auto;
	background:#FFFFFF;
	height:60px;
}

