
body {
    font-family: verdana, arial ,helvetica;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: #ffffff url(http://goldfirestudios.com/images/head_bg.jpg);
    background-repeat: repeat-x;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

div,form {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

a {
	text-decoration: none;
    color: #e22404;
}

a:hover {
    color: #f5a431;
    text-decoration: underline;
}

#container {
    width: 100%;
}

#header {
	width: 960px;
    height: 92px;
}

#header .logo {
	width: 315px;
	height: 92px;
	float: left;
}

#header .nav {
	width: 640x;
	float: right;
	padding-top: 60px;
	padding-right: 79px;
	font-size: 14px;
}

#header .nav a {
	color: #767575;
}

#header .nav a:hover {
	color: #f5a431;
	text-decoration: none;
}

#header2 {
	width: 100%;
	height: 182px;
	background-image: url(http://goldfirestudios.com/images/subpage_head2_bg.jpg);
	background-repeat: repeat-x;
}

#main {
	width: 870px;
	margin-left: 15px;
	padding-bottom: 30px;
}