* {
	margin: 0;
	padding: 0;
}

.wrapper
{
text-align:left;
margin:0 auto;
width:100%;
min-height:100%;
height:auto !important;
}

body {
	background: #000000 url(images/background.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	color: #ffffff;
}

h1, h2, h3 {
	margin-bottom: -3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ffffff;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
	letter-spacing: -1px;
}

h3 {
	font-size: 115%;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	font-style: italic;
}

img {
	border: none;
}

a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:active {
	text-decoration: none;
	color: #ffffff;
}



img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

#header {
	height: 60px;
	width: 100%;
	position: relative;
	background: url(images/img01.jpg) repeat-x left top;
}


/* logo
------------------------------------------*/

#logo
{
position:relative;
width:116px;
height:60px;
float:left;
outline:none;
background:url(images/logo.jpg) no-repeat top left;
text-indent:-9999px;
}



/* navigation
------------------------------------------*/
#navmen {
margin: 0;
padding: 0;
}
#navmen li {
list-style: none;
height: 60px;
float: right;
position: relative;
}
#navmen li a {
height: 60px;
text-indent: -9000px;
display: block;
}
#navmen .current a { background-position: 0 -60px; }

/* buttons
------------------------------------------*/
a#home,
a#web,
a#repair,
a#theater,
a#contact {
width: 100px;
height: 60px;
}
a#home { background-image: url(images/home.jpg); }
a#web { background-image: url(images/web.jpg); }
a#repair { background-image: url(images/repair.jpg); }
a#theater { background-image: url(images/theater.jpg); }
a#contact { background-image: url(images/contact.jpg); }
a#home:hover,
a#web:hover,
a#repair:hover,
a#theater:hover,
a#contact:hover
{ background-position: 0 -60px; }


/* page 
------------------------------*/
#page {
	width: 750px;
	height: 400px;
	margin: 25px auto;
	overflow: auto;
	padding: 0 0 0 0;
	background: #000000;
	border-style: solid;
	border-width: 15px;
	border-color: #ffffff;
}

/* Content */

#content {
	float: right;
	overflow: auto;
	width: 750px;
	padding: 5px 0 0 5px;
}

table.center {
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	vertical-align:middle;
}

.post {
	float: right;
	font-weight: bold;
	margin: 0 auto;
	width: 725px;
	padding: 20px 0 0 20px;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
}

.post a:link {
	text-decoration: none;
	color: #0000ff;
	font-weight: bold;
}

#sidebar {
	float: left;
	width: 226px;
	padding: 0 0 0 0;
	background: #000000;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

.box {
	width: 200px;
	padding-left: 1px;
	font-size: 15px;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 18px;
}

.box ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	background-image: url(images/img10.gif);
	background-repeat: repeat-x;
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #c0c0c0;
}

.box p {
	margin: 0;
	line-height: normal;
}

.box a {
	padding-left: 0px;
}



/* Footer */

#footer {
	width: 700px;
	height: 100px;
	margin: 5px auto;
	padding: 0 0 0 0;
	background: #000000;
	/* for IE */
  	filter:alpha(opacity=60);
 	/* CSS3 standard */
 	opacity:0.6;
}

#fb
{
position:relative;
width:90px;
height:90px;
margin:0 auto;
outline:none;
background:url(images/facebook.jpg);
text-indent:-9999px;
}

#clear {clear: both;}