@charset "utf-8";
/* CSS Document */

/*1 - RESET_________________________________________________________***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;padding: 0;
	border: 0;outline: 0;
	font-weight: inherit;font-style: inherit;
	font-size: 100%;font-family: inherit;
	vertical-align: baseline;}
	
/* remember to define focus styles! */
:focus {outline: 0;}

body {line-height: 1;color: black;/*background: white;*/}

ol, ul {list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
	
caption, th, td {text-align: left;font-weight: normal;}

blockquote:before, blockquote:after,
q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

em, i {font-style: italic;}

/*2 - UNIVERSAL_____________________________________________________***/

body {background: #453B39 url(../img/site-back.jpg) no-repeat scroll center top;font-family:"Times New Roman", Times, serif;font-size:73%;}

/* #container {width:900px;height:458px;margin:60px auto 0 auto;} */
#container {width:900px;height:488px;margin:30px auto 0 auto;}
#header {font-family:"Times New Roman", Times, serif; font-size:16px;width:900px;text-align:center;color: #FFFFFF;}

#logo {width:900px;height:76px;text-align:center;}
#menu-wrap {width:900px;float:left;margin:10px 0 7px 0;}
#menu-wrap li {float:left;margin: 0 .8em 0 -.8em;padding: 0 .8em 0 .8em;font-size:18px;}
#menu-wrap li a {text-decoration:none;color:#000;}
#menu-wrap li a:hover {color:#666666;}

#left-content { font-family:"Times New Roman", Times, serif;width:385px;float:left;margin:5px 0 0 0;}
#left-content p {margin:8px 0;line-height:22px;font-size:15px;}
#left-content a {color:#000;}

#right-content {width:450px;float:right;margin:0 0 0 0;}
#right-content img {border:solid 4px #000;}

#footer {width:900px;height:15px;margin:0 auto;font-size:12px;color:#FFF;font-weight:bold;text-align:center;}
#footer a {color:#000;}

#gallery {width:850px;margin: 0 auto;}
#gallery li {float:left;width:133px;height:100px;margin:6px 6px 0 0;border:solid 2px #000;}

/* #gallery li {float:left;width:200px;height:154px;margin:6px 6px 0 0;border:solid 2px #000;} */



