/* Css Style Sheet version 3.4 - edturtle.co.uk */
/* by Edward Turtle */

/* General */

html { 
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: url(images/back.jpg) -10px 0px repeat-x;
	background-color: #069;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	color: #666666;
}

a {
	font-weight: bold; 
	outline: none;
}

a:link {
	color: #06C; 
	text-decoration: none;
}

a:visited {
	color: #06C; 
	text-decoration: none;
}
 
a:active {
	color: #06C; 
	text-decoration: none; 
}

a:hover {
	color: #C06; 
	text-decoration: none; 
}

a img {
	border: none; 
}

form {
	display:inline; 
}

/* IDs */

#turtle {
	background: url('images/turtle.png') no-repeat;
	position:absolute;
	border:0px solid white;
	top:2px;
	right:2px;
	width:35px;
	height:34px;
}

#portf {
	background-color: #e9e9e9;
	border: 3px solid #369;
}

#search {
	background-color: #e9e9e9;
	border: 3px solid #CCC;
}

#pagenumbert {
	border: 2px solid #666;
}

#pagenumbert:hover {
	border: 2px dotted #666;
}

#pagenumberb {
	border: 2px solid #666;
}

#pagenumberb:hover {
	border: 2px dotted #666;
}

/* CLASSes */

table.main {
	width: 910px;
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #CCC;
	border-collapse: separate;
	background-color: white;
}

table.main td {
	border-width: 0px;
}

.img {
	border: 1px solid #CCC; 
}

.button {
	font-family:Verdana, sans-serif;
	font-size:70%;
}

.search {
	color: #666;
	margin-bottom:0px;
	font-size:70%;
}

.smallleft {
	font-family:Verdana, sans-serif;
	font-style:normal;
	font-size:70%;
	color: #666666;
}

.normaleft {
	font-family:Verdana, sans-serif;
	font-style:normal;
	font-size:70%;
	color: #666666;
}

.normajust {
	font-family:Verdana, sans-serif;
	font-style:normal;
        text-align:justify;
	font-size:80%;
	color: #000;
}

.code {
	font-family:Verdana, sans-serif;
	font-style:normal;
	font-size:100%;
	color: #000;
}

.myDiv {
	margin: 0 auto;
	padding: 0px;
	font-family:Verdana, sans-serif;
	font-size:80%;
}

.webde {
	margin: 0 auto;
	padding: 0px;
	font-family:Verdana, sans-serif;
	font-size:80%;
	background-color: #e9e9e9;
	border: 3px solid #369;
}

.title {
	font-family:Georgia, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:130%;
	font-variant: normal;
	color:#C06;
}

.subtitle {
	font-family:Georgia, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:100%;
	font-variant: normal;
	color:#F60;
}

.page {
	border: 2px solid #CCC;
	padding: 5px;
	font-family:Verdana, sans-serif;
	font-style:normal;
	font-size:70%;
	color: #666666;
}

.page:hover {
	border: 2px dotted #666;
	padding: 5px;
	font-family:Verdana, sans-serif;
	font-style:normal;
	font-size:70%;
	color: #666666;
}