@import "reset.css";
@import "forms.css";

/* End of imported css files */
@charset "utf-8";

/*	Desc: Tahta Masa Cafe Screen Media Style Sheet
	Author: Hakan Uzunoglu - Art Director of Magnet Web Studio*/

/* main layout */

html {
}

body {
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330000;
	background-color: #FFFFFF;
}

#main {
	width:968px;
	text-align:left;
}

#header {
	width:968px;
	height:477px;
}

#content {
	width:940px;
	margin:10px;
	min-height:300px;
}
#left{
	width:660px;
	float:left;
	display:inline;
	text-align:left;

}
#right{
	width:255px;
	float:right;
	display:inline;
	text-align:left;
	padding-left:8px;
	border-left:1px solid #330000;

}

#footer {
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	width:100%;
	bottom:0px;
	height:99px;
	overflow:hidden;
	position:relative;
}

/* Common Typography and Links Styles */

h1, h2, h3, h4, h5, h6 {
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
h1{
font-size:20px;
}
h2{
font-size:16px;
}
h3{
font-size:13px;
}
h4{
font-size:11px;
}

p{
margin:10px 0 10px 0;
}

a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}

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

/* Common Menus */
.menu {
	overflow:hidden;
}

.menu ul {
	list-style-type: none;
	text-align:left;
	margin-left:0px;
	margin-right:0px;
	padding-left:2px;
	position:relative;
	text-indent: 0px;
	left: -8px;
}

.menu ul li {
	height: 25px;
	text-indent: 10px;
	width:255px;
}

.menu ul li a {
	display: block;
	color: #666666;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	height:15px;
	padding-top:9px;
	line-height:8px;
	font-style:normal;
}

.menu ul li a:hover {
	background-color: #999999;
	color: #FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
}
/*HomePage Styles*/

/* Common Classes like Floating or Dimensions */
.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clear {
	clear:both;
}

.borderless {
	border:none;
}

.bordered {
	border:1px solid #999999;
	margin:0 3px 0 3px;
}
.galeri img{
	padding:4px;
	border:1px dotted #666666;
	margin:3px 0 3px 0;
}
