/* CSS Reset */ html{color:#333333;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* CMS Reset */ #article h1{font-size:138.5%}#article h2{font-size:123.1%}#article h3{font-size:12px; color:#233C3B;}#article h1,#article h2,#article h3{margin:1em 0}#article h1,#article h2,#article h3,#article h4,#article h5,#article h6,#article dt{font-weight:normal; color:#5b008f;}#article optgroup{font-weight:400}#article abbr,#article acronym{border-bottom:1px dotted #000;cursor:help}#article em{font-style:italic}#article del{text-decoration:line-through}#article blockquote,#article ul,#article ol,#article dl{margin:1em}#article ol,#article ul,#article dl{margin-left:2em}#article ol li{list-style:decimal outside}#article ul li{list-style:disc outside}#article dl dd{margin-left:1em}#article th,#article td{border:1px solid #000;padding:.5em;text-align:left}#article th{font-weight:700;text-align:center}#article caption{margin-bottom:.5em;text-align:center}#article sup{vertical-align:super}#article sub{vertical-align:sub}#article p,#article fieldset,#article table,#article pre{padding-bottom:1em}#article button,#article input[type=checkbox],#article input[type=radio],#article input[type=reset],#article input[type=submit]{padding:1px}

html {
    background-color:#5C0091;
}

body {
    font-family: tahoma, arial, sans-serif;
    margin: 0;
    text-align: justify; /* To center the container in IE */
	background:#5c0091 url(../images/body-bg.jpg) repeat-x;
}

#wrapper{ /* To give shape to the site, we like a nice clean fixed width, centred */
    background: #FFF;
    margin: 0 auto; /* To center the div */
    text-align: left; /* Bring the text back to normal from the IE centering in body */
    width: 100%; /* remember that padding and borders add to this */
}

#header{
    height:121px;
}

#logo-wrapper {
	margin:auto;
	width:978px;
	background: url(../images/logo.jpg) no-repeat;
}
#logo {
	width:978px;
	height:121px;
}

#header-right{
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    text-align: right;
	color:#fff;
	margin-top:35px;
	margin-right: 35px;
}

#header-right a{
	color:#FFFFFF;
	text-decoration:none
}

#header-right a:hover{
	text-decoration:underline
}

#header h2{ /* The content within the header is only for print, on the screen we don't show it */
    display: none;
}

/* Navigation is located in the menu.css or MenuMatic.css file */

#content-wrapper {

}

#content {
	width:978px;
	margin:auto;
	background:url(../images/content-bg.png) repeat-y;
}
#nav {
	background:url(../images/nav-bg.png) no-repeat;
	margin:auto;
	width:978px;
}
#article-top{
	margin:auto;
	width:928px;
	padding:12px 25px;
}
#banner {
	background:url(../images/banner.jpg) no-repeat;
	height:265px;
	width:924px;
}
#article-btm{


}

#article {
	/*margin:auto;*/
	padding:0 34px;
	display: inline-table;
}
#article img {
	/*padding:5px;*/
}

#article.right{
	float:right;
    width:680px; /* 720 - 20px margin - 20px padding */
}
#article h1{
	color:#5b008f;
    margin: 0;
    padding:10px 0;
}

.mcs{
	font-family:Braggadocio, tahoma, arial, sans-serif;
	color: #7700b8;
	font-style:italic
}

#sidebar.left {
    float:left;
	margin:10px;
    width:218px; /* 230 - 10px margin - 2px border*/
}
#footer-wrapper{
	background-color:#d8d9db;
	border-top:3px solid #c3c4c6;
	width:100%;
}
#footer{
    background:#d8d9db;
    clear:both;
    font-size:11px;
    font-weight:normal;
	padding-top:6px;
	margin:auto;
	background:url(../images/footer-bg.png) no-repeat;
	height:58px;
	margin:auto;
	width:978px;
}
#footer ul{
padding:0 22px;
}
#footer a{
    color:#fff;
    text-decoration:none;
}
#footer a:hover{
    text-decoration:underline;
}
#footer li{
    color:#fff;
    display:inline;
    margin:.4em 0;
    padding:.2em 1em;
}
#footer .right{
    float:right;
}
#footer .left{
    float:left;
}

#gallery {
    border: 1px solid #000000;
    margin-top:10px;
    width: 100%;
}
#gallery td {
    padding: 10px;
    text-align: center;
    width: 33%;
    border: 1px solid #000000;
}
#gallery img {
    border: 1px solid #000;
}