/* CSS by Matias Vangsnes @ 125.cc */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
ul,
li,
label,
form,
img {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

html, body { 
	overflow: hidden;
}

body {
	margin: 40px;
	margin-top: 30px;
	margin-left: 55px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

img#logo {
	display: block;
	margin-bottom: 30px;
}

li.first {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
}

li.second, li.third {
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
}

li.third a {
	color: #FF3399;
}

li.firstCur {
	color: #FF3399;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 3px;
}

li.second a.cur {
	color: #FF3399;
}

li.third a.cur {
	color: #FF3399;
	font-weight: bold;
}

img#image {
	width: 480px;
	float: left;
	margin-right: 20px;
}

img.thumb {
	width: 59px;
	margin: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	cursor: hand;
}

div#left {
	width: 200px;
	float: left;
}

div#middle {
	width: 450px;
	float: left;
}

div#right {
	width: 200px;
	float: left;
}

div#right p,
div#middle p {
	line-height: 17px;
	margin-bottom: 20px;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px;
}

label {
	display: block;
}

textarea,
input {
	font-family: Arial, Helvetica, sans-serif;
}

input[type=text] {
	width: 300px;
}

textarea {
	width: 400px;
	height: 150px;
}