﻿/*Anniframes CSS*/


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#e0e0e0;
	background-repeat:repeat;
	margin: 10px 0 0 0;
	padding: 0;
	text-align:center;  
}


#navbar {
	margin:0 auto;
	text-align:center;
}


#secondbar {
	width:100%;
	background:#b8a2a2;
	margin:0 auto;
}

#secondcenter { 
	width: 940px;  
	margin: 0 auto; 
	text-align: left; 
	display: block;
	
	}

#main{	
	margin: 0 auto;
	background-color:#FFFFFF;
	
}

#video{	
	margin: 0 auto;
	background-image:url('../Images/frame_bg.png');
	width:657px;
	height:397px;
	padding-top:23px;
	
}

#about{
	background-color:#FFFFFF;
}

#about img{
	margin-right: 20px;
}

.aboutext{
	padding:20px;
	text-align:left;
	font-size:11pt;
}

.gameframe {
	background-image:url('../Images/game_frame.png');
	width:428px;
	height:295px;
	padding-top: 20px;
	margin: 0 auto;
	float:left;
}

.undertext {
	width:408px;
	height: 230px;
	padding: 15px 10px 10px 10px;
	background-color:white;
	margin: 0 auto;
	font-size:12pt;
	float:left;

}

.undertext p {
	font-size: 11pt;
	text-align:left;
	width: 400px;
	margin-left: 10px;
}



.sixty {
	width:60px;
	margin-left:10px;
	margin-right:10px;
	border: 1px solid black;
}

.thumb_holder {
	background-image:url('../Images/thumbnail_strip.png');
	width:900px;
	height:127px;
	padding-top:17px;
	margin-bottom:25px;
	
}
.oneforty {
	width:140px;
	
}

.threeeighty {
	width:380px;
		
}

.fiveforty {
	width:540px;
	
}

.seveneighty {
	width:780px;
		
}

.nineforty {
	width:910px;
	text-align:center;	
	margin: 0 auto;
}

.nineforty_2 {
	width:900px;
	height:160px;
	background-image:url('../Images/anni_frames.png');
}

.bg_pic{
	background-color:#7e6865;
	padding:5px;
	width:350px;
	text-align:center;
}

.bg_light{
	
	background-color:#7e6865;
}


.bubble{
	
	background-image:url('../Images/bubble.png');
	background-repeat:no-repeat;
	width:480px;
	height:316px;
	text-align:left;
	padding: 10px 10px 0px 85px;
	line-height:16pt;
}



.alpha {
	margin-left:0
}
.omega {
	margin-right:0
}

.float_right {
	float:right;
}

.float_left {
	float:left;
}

.float_none{
	float:none;
}

.clear { 
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}*
	
 html .clearfix,*:first-child+html .clearfix{
 	zoom:1
 }
 
ul{
	padding-left:5px;

}
	
ul li {
	display:inline-block;
	list-style: none;
	padding:0px 15px 0px 15px;
}
	
img {
	
	border:none;
}

a {
	color:#a43a2c;
}
	
 a:link {color:#f78676;  text-decoration:none; margin:0px;}
 a:visited {color:#f78676;  text-decoration:none; margin:0px;}  /* visited link */
 a:hover {color:#951200; text-decoration:none; margin:0px;}  /* mouse over link */
 a:active {color:#f78676; text-decoration:none; margin:0px;}  /* selected link */

	
	
