body {
  font-family:arial, helvetica, sans-serif;
  font-size:11pt;
  margin:0;
  padding:0;
  text-align:center;
}

table input { width: auto; height: auto; }

img { border:None; }

h1, h2, h3 {
  font-weight:normal;
  margin:0;
  padding:0;
}

#container {
  width:800px;
  margin:5px auto 0 auto;
  border:1px solid;
  text-align:left;
}

#header {
  padding:0 10px 10px 10px;
  height:135px;
  border-bottom:1px solid;
  overflow:none;
}

#footer {
	height:24px;
	border-top:1px solid;
	border-bottom:1px solid;
	overflow:none;
}

#logo { 
	width:125px;
	height:117px;
	display:block;
	float:right;
}

#header p {
	width:600px;
	float:left;
	font-size:14px;
	line-height:14px;
	height:14px;
	text-transform:uppercase;
	text-align:left;
	padding-bottom:5px;
}

#nav {
	clear:both;
	margin:0;
	padding:0 40px 0 0;
	height:24px;
	border-bottom:1px solid;
}

#nav li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}

#nav li a {
	height:24px;
	line-height:24px;
	display:block;
	float:left;
	padding-left:25px;
	margin:0 10px 0 10px;
	text-decoration:none;
	font-weight:bold;
	float:right;
}

#nav a.home { background:url(./home.gif) 0 5px no-repeat; }
#nav a.new_ticket { background:url(./new_ticket.gif) 0 5px no-repeat; }

#content {
	clear:both;
	padding:10px;
	line-height:14pt;
	margin:5px auto 5px auto;
}

#content form {
	margin:0;
	padding:0;
}

#content form label {
	display:block;
	width:60px;
	padding-right:10px;
	text-align:right;
	float:left;
	font-weight:bold;
}

#content #index form input {
	width:175px;
	margin: 0 auto 0;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#index {
	padding: 5px 0px 5px 0px;
}

#index h1 {
	font-size:15pt;
}

.clear { clear:both; }
