body {
 background: #fff url(bg.jpg) no-repeat;
 text-align: center;
 margin-top: 60px;
 font-family: trebuchet ms, tahoma, verdana, arial, sans serif;
 font-size: 12px;
 color: #666;
}

a:link {
  color: #E00000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #E00000;
  text-decoration: none;
}

a:hover {
  color: #E00000;
  text-decoration: none;
}

h2 {
 font-size: 14px;
 letter-spacing: 2px;
}

h3 {
 font-size: 13px;
}

h4 {
 font-size: 11px
}

blockquote {
 font-family: garamond, georgia, serif;
 font-size: 13px;
 color: #e00000;
}

strong {
	font-size: 13px;
	color: #666;
	letter-spacing: 1px;
	font-weight: bold;
}

table {
	width: 100%;
	padding: 5px;
	margin: 5px;
}

table td {
	text-align: center;
	font-family: trebuchet ms, tahoma, verdana, arial, sans serif;
	font-size: 12px;
	color: #666;
}

table td img {
	border: 8px solid #000;
	padding: 0px;
}

#plate {
 width: 750;
 margin: auto;
 text-align: center;
}

#header {
 width: 100%;
 text-align: left;
}

#content {
 width: 750px;
 margin: auto;
}

#left {
 width:  550px;
 background: #F1F1F1;
 text-align: left;
 border: 1px solid #CACACA;
 float: left;
 padding: 8px;
}


#right {
 width: 160 px;
 text-align: left;
 float: right;
}

.ssh {
 font-family: trebuchet ms, tahoma, verdana, arial, sans serif;
 font-size: 18px;
 color: #e00000;	
 letter-spacing: 4px;
 font-weight: bold;
 text-align: left;
}