/* CSS Document */

*{
   margin:0;
   padding:0;
   }
   
body {
	background-image:url('../images/bg-new.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:125%;
	color:#a51d0d;
}
p {margin: 5px 0;}
#wrapper {
	margin:3px auto 0 auto;
	width:740px;
	background-color:#a51d0d;
	border:1px solid #FFF;
	
}
#innerwrapper {
	width:716px;
	margin:3px auto 15px auto;
}
#contentbg {
	width:100%;
	background-color:#FFFFFF;
	background-image:url(../images/rght-corner.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	overflow:hidden;
	min-height:550px;
	
}

#contenthome {
	width:716px;
}
#contentflash {
	width:740;
	height: 610px;
	text-align: center;
	}
#flash{
	width:717px;
	height:229px;
}
a {
	color:#a51d0d;
}
a:hover {
	color:#407ca5;
}
/* -- menubar nav --*/

#menu {
	width:717px;
	height:33px;
	background-image:url(../images/button-row.jpg);

}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 33px;
	display: inline;
	overflow: hidden;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size:8px;
	}
	
#nav a {
	float: left;
	padding: 33px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:33px; /* for IE5/Win */
        -moz-outline-style: none; /* remove outline from image links */
        outline:none;
	}
	
#nav a:hover {
	background-position: 0 -33px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -33px;
	}
	
#btnhome a  {
	width: 94px;
	background: url(../images/btnhome.jpg) top left no-repeat;
	}
#btnresume a  {
	width: 85px;
	background: url(../images/btnresume.jpg) top left no-repeat;
	}
#btnmedia a  {
	width: 76px;
	background: url(../images/btnmedia.jpg) top left no-repeat;
	}
#btnphotos a  {
	width: 74px;
	background: url(../images/btnphotos.jpg) top left no-repeat;
	}
#btnmyspace a  {
	width: 101px;
	background: url(../images/btnmyspace.jpg) top left no-repeat;
	}
#btnyoutube a  {
	width: 94px;
	background: url(../images/btnyoutube.jpg) top left no-repeat;
	}
#btnblog a  {
	width: 55px;
	background: url(../images/btnblog.jpg) top left no-repeat;
	}
#btncontact a  {
	width: 77px;
	background: url(../images/btncontact.jpg) top left no-repeat;
	}	


/* -- home content --*/

#hmleft {
	width:272px;
	float:left;
	text-align:center;
	margin-top:20px;
	padding-left:5px;
}

#hmright {
	width:397px;
	float:left;
	margin-top:30px;
	padding-right:20px;
	text-align:justify;
}

/* -- subpages --*/

#subcontent {
	width:680px;
	margin: 0 auto 0 auto;
	overflow:hidden;

}
#vidflash {
	width:640px;
	height:250px;
	overflow:auto;
	margin:25px auto 0 auto;
}
#audioplayer {
	width:640px;
	height:430px;
	margin:0 auto 0 auto;
	text-align:center;
}
.indent {
	margin-left:10px;
}
#vidinstructions {
	margin-left:60px;
	width:619px;
}
#resumeleft {
	width:140px;
	float:left;
	border-right:1px solid #888585;
	margin-top:20px;
}
#resumeright {
	width:650px;
	margin-left: 100px;
}

.resumetext {
	font-size:12px;
}
#ksawest {
	color:#808080;
	font-size:12px;
	text-align:center;
	margin-top:200px;
}
#ksawestny {
	color:#808080;
	font-size:12px;
	text-align:center;
	margin-top:200px;
}
#kazarian {
	margin-top:100px;
}
.contact {
	width: 600px;
	margin: 0 auto;
}
#links {
	width:350px;
	text-align:center;
	margin:0 auto 0 auto;
	margin-top:25px;
}
#links a {
	font-weight:bold;
	font-size:11px;
	}
#hmlinks a {
	font-weight:bold;
	font-size:11px;
}
	
#hmlinks {
	width: 100%;
	clear: both;
	text-align:center;
	margin: 35px 0 15px 0;
}
/* -- footer --*/

#copyright {
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	width:350px;
	margin: 0 auto 0 auto;
	background-color: #666;
}
#copyright a {
	color:#FFFFFF;
}

/* -- videos --*/

#vidwrap {
	width:550px;
	margin:35px auto 0 auto;
	padding:30px 0;
	border: 4px solid #407ca5;
	background-color:#fff;
	text-align:center;
	
}