/*STANDARD*/
* {
	margin: 0px;
	padding: 0px;
}

body { /*font*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: 1.7em;
	font-weight: normal;
	color: #888888;
}

a:link { 
	outline:none;
	color: #353535;
	text-decoration:none;
}

a:hover { 
	color: #1561df;
}

a:visited {color: gray;}

a img, :link img, :visited img { 
	border:none;
}

hr { 
	display:none;
}

a:active, a:focus{
	outline:none;
	color: #222222;
}

p, img, li, div{
	text-align: left;
}

img {
	margin-right: 0;
	padding-right: 0;
}

a.thumbnail img {
	vertical-align:bottom;
	border: 4px solid white;
	margin: 4px 1px 4px 1px;
}

/* animation container */
.anim_container {
	overflow: auto;
	width: 90%;
	padding: 10px 0px 10px 20px;

}
.anim_thumbnail {
	float: left;
	width: 45%;
	height: 170px;
	text-align: center;
}
.anim_text {
	float: left;
	width: 50%;
	height: 170px;
	padding: 4px;
	text-align: left;
}
span.anim_title {
	font-weight: bold;
	font-size: 120%;
	color: #555555;
}

#container {
	height: auto;
	width: 1024px;
	margin: 0px auto;
	padding:0px;
}

#header {
	background-image: url("images/header.png");
	height: 155px;
	width: auto;
	vertical-align:middle;
	padding-right:10px;
}

#button_container { /* contains all button images & linking */	
	font-size:0;
	line-height: 0;
	vertical-align: bottom;
}

#button_spacing { /* left spacing images */
	background-image: url("images/button_left.png");
	height: 47px;
	width: 465px;
	float:left;
}

/* for rollover effects */
#button_container a {
	display:block;
	text-decoration: none;
	border:none;
	float:left;
}
#button_container a:hover,#button_container a:active {	
	background-position: 0 -47px;
}

#button_home a {
	width:131px;
	height: 47px;
	background: url("images/home_but01.png") 0 0 no-repeat;
}
#button_animation a {
	width:157px;
	height: 47px;
	background: url("images/anim_but01.png") 0 0 no-repeat;
}
#button_drawings a {
	width:152px;
	height: 47px;
	background: url("images/drawing_but01.png") 0 0 no-repeat;
}
#button_about a {
	width:119px;
	height: 47px;
	background: url("images/about_but01.png") 0 0 no-repeat;
}

/* content */
#content_container {

	margin-top: 80px;
	
}

#content {
	min-width: 350px;
	min-height: 340px;
	margin-right: 150px;
	margin-left: 150px;
	padding: 20px;
	background-color: #e8f2d7;

	/*round corner - for FF only */
	border: 10px solid #e8f2d7;
	-moz-border-radius: 10px 10px 10px 10px;

}

#footer {
	background: url("images/footer.png") 50px 1px repeat-x;
	height: 28px;
	margin-top: 40px;
	padding-top: 11px;
	padding-right: 10px;
	margin-bottom: 0;
	text-align: right;
	color: white;
	
}

#footer a {
	color: #EE9368;
}
