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

body{
padding:0px;
margin:0px;
background:#000000;
color:#FFF;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
}

table {border-collapse:collapse; border:0px;}

table {
		width:100%;
		height:100%;
		border:0px;
	  }
	  
	  
td {
	vertical-align:top;
	padding:3px 15px;
	color:#999;
	text-align: left;
}

a{
	color:#FFF;
}
a:link {text-decoration: none;}
a:hover{text-decoration: underline;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}


.strong {color:#7E8080;}

.sakstyle #container {
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bgpic_home.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.sakstyle #header {
		padding: 53px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.sakstyle #menubar {
	background:#000;
	width: 1050px;
}


.sakstyle #frame {
	width: 896px;
	padding: 0 57px 0 77px;
}

.sakstyle #frame_top {
	width: 896px;
}

.sakstyle #frame_mid {
	background: url(../images/frame_mid.png) repeat-y;
	width: 896px;
}

.sakstyle #frame_bottom {
	width: 896px;
}

.sakstyle #title_cozum {
	background:#000;
	width: 1050px;
}

.sakstyle #copyright {
	width: 1050px;
	padding: 25px 0;
}

.sakstyle #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.sakstyle #mainContent {
	padding: 25px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.sakstyle #footer {
	font-size:10px;
	padding: 25px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.sakstyle #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
strong{
	color:#FFFFFF;
	font-weight:normal;
}

.vertical ul {
	list-style:none;
	margin:0;
	padding:0;
	height:500px;
}
.vertical ul li{
	text-align:left;
}
.next img, .prev img {
	padding: 0;
	margin: 0;
	border: none;
}
.vertical ul li a {
	color: #FFF;
	text-decoration: none;
}
.vertical ul li a:hover {
	color: #F90;
	text-decoration: none;
}