/* TOFMADE CSS */
html, body {
	margin: 0;
	padding: 0;
}

html {
	background-image: url(../img/layout/diag.png);
	background-repeat: repeat;
	background-color: #eed38c;
}

body {
	color: #555555; 
	background-image: url(../img/layout/avatar.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size:20px;
	color: #333333;
}

h2 {
	font-size:14px;
	color: #444444;
}

h3 {
	font-size:12px;
	color: #444444;
}

a img {
	border: none;
	vertical-align: top;
} 

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	font-weight: bold;
	color: #494949;
}
a:visited {
	color: #555555;
}
a:hover {
	text-decoration: none;
	background: #faf2da;
}
a:active {
	color: #555555;
}

/* - CONTAINER - - - - - - - - - -  */
#container {
	width: 650px;
	height: 100%;
	margin: auto;
	padding: 0;
	background-color: #eed38c;
}

#header, #header img {
	width: 550px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
}
#gimp_header {
	width: 218px;
	margin-top: 100px;
	margin-bottom: 0px;
	padding: 0;
}

#title {
	width: 550px;
	margin: auto;
	margin-bottom: 15px;
}

/* - NAV - - - - - - - - - - -  */
#nav {
	width: 100%;
	color: #555555;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0;
}
#nav span {
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 5px;
	padding: 5px 5px 5px 5px;
}

a.navlink {
	color: #555555;
	font-size: 16px;
	text-decoration: none;
	margin-right: 5px;
	padding: 5px 5px 5px 5px;
	background: #f9e39f;
}
a.navlink:link {
}
a.navlink:visited {
}
a.navlink:hover {
	color: #444444;
	background: #eed38c;
}
a.navlink:active {
}

/* - BIG LINK - - - - - - - - - -  */
a.biglink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.biglink:link {
	font-weight: bold;
	color: #494949;
}
a.biglink:visited {
	color: #555555;
}
a.biglink:hover {
	background: #faf2da;
}
a.biglink:active {
	color: #555555;
}

/* - CONTENT - - - - - - - - - -  */
.news {
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #555555;
	margin: auto;
	padding-bottom: 1em;
}

#rule {
	width: 550px;
	border-top: 3px solid #d7a52a;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
}

#contact {
	width: 550px;
	margin: auto;
	margin-top: 0px;
	padding: 0;
	padding-bottom: 8px;
}

#footer {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin: auto;
	margin-top: 6px;
	padding: 0;
}
