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

body {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

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

div#socialnetworks{
	padding-left: 15px;
}

div#socialnetworks img{
	border: none;
}
div#wrapper{
	margin: auto;
	width: 820px;
	height: 957px;
	margin-top: -15px;
}

div#page{
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	height: 957px;
}

div#menu{
	position: relative;
	top: 200px;
	left: 40px;
}



div#menu p{
	padding-left: 15px;
}


p{
	line-height: 14px;
}

p.pad{
	margin: 0px;
	position: relative;
	top: -15px;
	right: 15px;
}

p.fontsize{
	font-size: 12px;
}

ul#menulist{
	list-style: none;
	padding-left: 15px;
}

div#content{
	position: relative;
	top: 310px;
	left: 310px;
	width: 450px;
}

blockquote
{
	width: 420px;
}

/*Competition Background! */
div#competition{
	background-image: url(images/backgroundcompo.jpg);
	background-repeat: no-repeat;
	height: 957px;
}

div#positionlabel{
	position: relative;
	left: 10px;
}

div#positionform{
	position: relative;
	left: 100px;
	top: -172px;
}

input{
	margin-bottom: 5px;
}

#submit{
	margin-left: 275px;
	
}