body {
	background-image: url("../gfx/bg.jpg");
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0;
	padding: 6px 0 0 0;
	text-align: center;
	font-family: arial,sans-serif;
	color: #fff;
	font-size: 12px;
}

img {
  border: 0;
}

p,h1,h2,h3,h4 {
  margin: 0;
  padding: 0;
}

div#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#header {
  height: 217px;
  width: 780px;
  background-image: url("../gfx/header.jpg");
	background-repeat: no-repeat;
}

#subheader {
  height: 88px;
  padding: 0 0 0 40px;
  background-image: url("../gfx/subheader.jpg");
	background-repeat: no-repeat;
	background-color: #e3e3e3;
}

#subheader h3 {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 300px;
  padding: 33px 0 0 0;
  font-family: "Trebuchet MS",sans-serif;
}

#menu {
  background-image: url("../gfx/menu.jpg");
  background-repeat: repeat-x;
  height: 49px;
  height: 65px;
}

#menu2 {
  background-image: url("../gfx/menu_l.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  height: 49px;
}

#menu3 {
  background-image: url("../gfx/menu_r.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  height: 49px;
  padding: 0 0 0 10px;
}

#menu3 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu3 ul li {
  float: left;
}

#menu3 ul li a {
  display: block;
  width: 95px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Trebuchet MS",arial,sans-serif;
}

#menu3 ul li a:hover, #menu3 ul li a.selected {
  background-color: #921010;
}

#menu3 ul li a.wider {
  width: 95px;
}

#wrapper {
    background-image: url("../gfx/line.gif");
  background-repeat: repeat-y;
  background-position: 230px 230px;
 
}

#leftcol {
  width: 230px;
  float: left;
}

#rightcol {
  margin-left: 230px;
  padding: 0 0 0 15px;
 
}

#rightcol a:link, #rightcol a:visited {
  color: #bb0000;
}

#rightcol a:hover {
  color: #ff0000;
}

#onecol {
  padding: 0 10px 0 10px;
}

p {
  color: #fff;
  font-size: 12px;
  font-family: arial,sans-serif;
  padding: 10px 10px 10px 0;
}

p span {
  display: block;
  color: #ca0000;
  font-weight: bold;
  font-size: 13px;
  padding: 0 0 5px 0px;
}

p strong {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 10px 0 10px 0;
}

p ul {
  font-size: 12px;
}

p ul li {
  font-size: 12px;
}

div.clear {
  clear: both;
}

h2 {
  display: block;
  width: 230px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  height: 30px;
}

#news {
  background-image: url("../headers/news.gif");
}

#media2 {
  background-image: url("../headers/media2.gif");
}

#about {
  background-image: url("../headers/about.gif");
}

#contact {
  background-image: url("../headers/contact.gif");
}

#acting {
  background-image: url("../headers/acting.gif");
}

#teaching {
  background-image: url("../headers/teaching.gif");
}

#fighting {
  background-image: url("../headers/fighting.gif");
}

#modeling {
  background-image: url("../headers/modeling.gif");
}


#media {
  background-image: url("../headers/media.gif");
  background-position: 20px 0;
}



#fights {
  background-image: url("../headers/fights.gif");
  background-position: 20px 0;
}

#footer {
    background-image: url("../gfx/footer.jpg");
    height: 50px;
    background-repeat: no-repeat;
    background-position: 10px 13px;
    margin-bottom: 20px;
}

#footer span {
    display: block;
    font-size: 11px;
    color: #4e4e4e;
    text-indent: 35px;
    padding: 24px 0 0 0;
}

.fight {
    width: 215px;
    height: 100px;
     background-image: url("../gfx/fight.gif");
     margin-bottom: 20px;
     margin-left: 10px;
}

.fight span {
    display: block;
    color: #ca0000;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 10px 20px;
}

.fight div {
    color: #fff;
    font-size: 11px;
    padding: 0 10px 0  20px;
}

table.photos {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}

table.photos td {
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0;
}

table.photos td a img {
  border: solid #fff 5px;
}

form {
  margin:0;
  padding:0;
  display:inline;
  color: #fff;
  font-size: 12px;
}


.contact1 {
        font-family: arial;
        font-size: 12px;
        width: 500px;
        margin-top: 2px;
        margin-bottom: 5px;
        background: #848287;
        padding: 2px 2px 2px 2px;
        border: solid #aaa 1px;
}

.contact2 {
        font-family: arial;
        font-size: 12px;
        width: 500px;
        height: 100px;
        margin-top: 2px;
        margin-bottom: 5px;
        background: #848287;
        padding: 2px 2px 2px 2px;
        border: solid #aaa 1px;
}

.contact3 {
        font-family: arial;
        font-size: 12px;
        width: 480px;
        margin-top: 2px;
        margin-bottom: 5px;
        padding: 2px 2px 2px 2px;
       
}

input#send {
        border: none;
        width: 50px;
        height: 20px;
        background-image: url("../gfx/send.gif");
        font-size: 12px;
        font-family: arial;
        font-weight: bold;
        cursor: pointer;
        margin-top: 5px;
}

div {
  color: #fff;
}
