/*
*/

body {
	margin: 20px;
	padding: 0;
	background: #FFFFFF url(images/img1.gif);
	font: normal small Arial, Helvetica, sans-serif;
	color: #6F4503;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #9E6813;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #6F4503;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}
h1.main-logo {
	width: 585px; height: 67px;
	background: url(images/Animation-video-production.gif);
	text-indent: -9999px;
}

/* Round Corner box */
.roundedcornr_box_186013 {
	background: url(images/roundedcornr_186013_tl.png) no-repeat top left;
}
.roundedcornr_top_186013 {
	background: url(images/roundedcornr_186013_tr.png) no-repeat top right;
}
.roundedcornr_bottom_186013 {
	background: url(images/roundedcornr_186013_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_186013 div {
	background: url(images/roundedcornr_186013_br.png) no-repeat bottom right;
}
.roundedcornr_content_186013 {
	background: url(images/roundedcornr_186013_r.png) top right repeat-y;
}

.roundedcornr_top_186013 div,.roundedcornr_top_186013,
.roundedcornr_bottom_186013 div, .roundedcornr_bottom_186013 {
	width: 100%;
	height: 13px;
	font-size: 1px;
}
.roundedcornr_content_186013, .roundedcornr_bottom_186013 {
	margin-top: -8px;
}
.roundedcornr_content_186013 { padding: 0 13px; }

/* Header */

#header {
	width: 600px;
	height: 80px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	/*background: #FFEE8F*/
	background: #000000 url(images/img2.gif) repeat-x;	
	border: 5px solid #FFFFFF;
	border-bottom: none;
}

#header h1 {
	text-align: center;
	font-size: 1.6em;
}

#header h2 {
	text-align: center;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #9E6813;
}

/* Menu */

#menu {
	width: 600px;
	height: 32px;
	margin: 0 auto;
	padding: 0;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 80px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: #ffffff;
	color: #AD2F00;
}

/* Splash */

#splash {
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Content */

#content {
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#content .title {
	padding: 10px 20px;
	/* background: #FFEE8E url(images/img4.gif) repeat-x left bottom;*/
	background: #FFEE8E url(images/img4.gif) repeat-x left bottom;
	font-size: 1em;
}

#content .story {
	padding: 20px;
	border: 2px solid #FFEE8E;
}

/* Footer */

#footer {
	width: 560px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}