/* GLOBAL */
*{
	margin:0;
	padding:0;
	font-weight:normal;
}
html {
	font-size:80%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-image: url(../img/header-bcg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	color:#333333;
}
img {
	border:none;
}
li {
	list-style:none;
}
strong, strong * {
	font-weight:bold;
}
a {
	color:#333333;
}
a:hover {
}
button {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
}
code {
	display:block;
	white-space:pre;
	border:solid 1px #CCCCCC;
	padding:10px;
	background-color:#F7F7F7;
	font-family:"Courier New", Courier, monospace;
	overflow:scroll;
}
#container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
.red {
	color:#990000;
}
.orange {
	color:#FF9900;
}
.green {
	color:#339900;
}
/* HEADER */
#header {
	height:123px;
	margin-bottom:30px;
}
#header h1 {
	display:none;
}
#header h2 {
	line-height:93px;
	font-size:46px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#header h2 a {
	color:#FFFFFF;
	text-decoration:none;
}
#header h2 a:hover {
	color:#FFFFFF;
}
#header ul {
	width:560px;
	margin-left:auto;
	margin-right:auto;
}
#header ul li {
}
#header ul li a {
	display:block;
	width:130px;
	height:30px;
	float:left;
	text-align:center;
	background-image: url(../img/button-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-position: left -30px;
	text-decoration:none;
	line-height:30px;
	cursor:pointer;
	margin-left:5px;
	margin-right:5px;
	font-size:16px;
	color:#666666;
}
#header ul li a:hover {
	background-position: left -60px;
}
#header ul li a.active {
	background-position: left top;
	color:#333333;
}

/* PAGE */
#page {
}
#page div#messages {
}
#page div#messages p {
	margin-bottom:12px;
}
#page form {
}
#page form p {
	margin-bottom:20px;
}
#page form p label {
	display:none;
}
#page form p textarea {
	width:448px;
	height:129px;
	border:none;
	background-image: url(../img/textarea-bcg.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height:16px;
	color:#333333;
}
#page form p input {
	width:448px;
}
#page form p button {
	width:254px;
	height:57px;
	border:none;
	background:none;
	background-image: url(../img/button-url.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#page form p button span {
	font-size:16px;
	padding-left:40px;
}
#page form p#tinyurlWrap {
	font-size:16px;
	line-height:36px;
	color:#666666;
}
#page form p#tinyurlWrap strong {
	font-size:20px;
	color:#333333;
}
#content {
	text-align:left;
}
#content h3 {
	margin-bottom:12px;
	color:#0066CC;
	font-size:16px;
}
#content h4 {
	margin-bottom:12px;
	color:#0099CC;
	font-size:14px;
}
#content p {
	margin-bottom:12px;
}
#content code {
	margin-bottom:12px;
}
/* FOOTER */
