/*---Art Club by Lucas Carneiro---*/


/* ----General---*/

body {
	background-image:url(assets/bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y,x;
	width:99%
	height:500px;
}

#container {
	background-color:white;
	width:700px;
	align:center;
}

#content {
	margin-top:0px;
	text-align:center;
	font-size:10pt;
	border-left: 1px solid black;
	border-right:1px solid black;
	background-color:#FFFFFF;
}

td, div{
	font-family: arial;
	color:black;
	font-size:11pt;
}


/*----FONTS---*/

.foot {
	font-size:8pt;
	font-family:tahoma;
	color:white;
	background-color:black;
	text-align:right;
	maring-right:4px
	padding-top:3px;
	padding-bottom:3px;

	width:700px
}

h3 {
	color:white;
	margin-top:6px;
	font-size:16pt;
	text-align:center;
}

h4 {
	color:white;
	font-size:14pt;
}

h5 {
	color:white;
	font-size:10pt;
}

h6 {
	color:white;
	font-size:7pt;
	align:right;
	margin-right:3px;
	font-family:arial;
}

a {
	color:white;
	font-size:11pt;
	dont-weight:bold;
	text-decoration:underlined;
}

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

/*-----CELL---*/

cell {
	border:1px solid black;
	font-family:arial;
	font-size:10pt;
}

