/*
 *	"main.css"
 *	CSS Document for NewVision Animation Studios Website
 *	(c) 2010 NewVision Animation Studios.  All Rights Reserved.
 */
 
html, body, div, p, a, img {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff url(../images/bg_gradient.png) repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #52B8FF;
}

p, a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

a {
	color: #52B8FF;
	text-decoration: none;
	border: 0;
}

img { border: 0px none; }

p {
	margin-bottom: 20px;
	line-height: 18px;
}

p.footnote {
	font-size: 10px;
	color: #aaaaaa;
}

.container {
	width: 800px;
	margin: auto;
}

#links {
	width: 100%;
	margin-top: 15px;
}

img.link { padding-right: 6px; }

#header {
	width: 100%;
	height: 50px;
}

#showcase { margin-top: 15px; }

#footer {
	text-align: right;
	margin-top: 20px;
}

#footer p { margin-right: 20px; }

div.hr {
	width: 100%;
	height: 1px;
	background: url(../images/hr.png) no-repeat;
	margin-top: 10px;
	margin-bottom: 15px;
}

.fl { float: left; }
.clear { clear: both; }