html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 1em;
	color: #555555;
	text-align: center;
	min-width: 770px;
	background: #e4f2fd;
}

h1 {
	font-size: 1.8em;
	font-variant: small-caps;
	font-style: normal;	
}

h2, h3 {
	font-size: 1.2em;
	font-variant: small-caps;
	font-style: normal;
}

p {
	line-height: 170%;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

a {
	color: #21759b;
	text-decoration: none;
}

a:visited {
	color:#4ca6cf;
}

a:hover {
	color: #d54e21;
}

input,
textarea {
	color: #555555;
	font-family: "Courier New", monospace;
	border: 1px solid #c6d9e9;
}

#container {
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: justify;
}

#header {
	color: #21759b;
	height: 100px;
}

#header #logo {
	background: url('/images/logo.png') 25px no-repeat;
	width: 250px;
	height: 100px;
}

#content {
	font-size: 0.8em;
	float: right;
	display: inline;
	width: 500px;
	background: #ffffff;
	border-left: 1px solid #c6d9e9;
	border-right: 1px solid #c6d9e9;
	border-bottom: 1px solid #c6d9e9;
	margin-top: -100px;
	padding-top: 120px;
}

#content h1 {
	text-align: right;
	padding: 0 25px 0 25px;
}

#content h2,
#content h3 {
	margin: 20px 0 0 0px;
	padding: 0 25px 0 25px;
}

#content p {
	margin: 15px 0;
	padding: 0 25px 0 25px;
}

#content small {
	padding: 0 25px 0 25px;
}

#content input,
#content textarea {
	background: #e4f2fd;
}

#content textarea	{
	width: 450px;
}

#sidebar {
	font-size: 0.8em;
	float: left;
	display: inline;
	width: 250px;
	margin-top: -100px;
	padding-top: 120px;
}

#sidebar h2 {
	color: #d54e21;
	margin: 0;
	padding: 0 15px 0 15px;
	text-align: right;
}

#sidebar p {
	padding: 10px 15px 10px 15px;
}

#sidebar div {
	padding-top: 5px;
	padding-bottom: 10px;
}

#sidebar ul {
	margin: 10px;
	padding: 0;
}

#sidebar li {
	margin-bottom: 5px;
	height: 1%;
}

#sidebar li span {
	display: block;
}

#sidebar li a {
	padding: 0;
}

#sidebar input,
#sidebar textarea {
	background: #fff;
}

#footer {
	padding-top: 10px;
	clear: both;
	width: 100%;
	font-size: 0.7em;
}

#footer p {
	margin: 10px 10px 0 0;
	text-align: right;
	padding: 0;
}

.hidden {
	display: none;
}

ul.circle {
	list-style-type: circle;
	list-style-position: inside;
}

ul.square {
	list-style-type: square;
	list-style-position: inside;
}

ol.upper-roman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

.warning {
	margin: 15px 25px 10px 25px;
	background: #fffbcc;
	border: 1px solid #e6db55;
}

.error {
	margin: 15px 25px 10px 25px;
	background-color: #ffebe8;
	border: 1px solid #c00;
}

.error a {
	color: #c00;
}

#photo {
	padding: 18px 25px 10px 10px;
	float: right;
	width: 100px;
	height: 100px;
}

/* begin menu*/

#header ul#menu {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	padding: 0 20px 0 0;
	margin: 0;
	list-style-type: none;
}

#header ul#menu li {
	display: block;
	width: 86px;
	height: 96px;
	float: left;
	margin-right: 5px;
	position: relative;
}

#header ul#menu li a{
	display: block;
	width: 86px;
	height: 86px;
	text-decoration: none;
	border-top: 10px solid #fff;
	color: #fff;
	font-family: "trebuchet ms", tahoma, arial, verdana, sans-serif;
	position: relative;
}

* html #header ul#menu li a {
	height: 96px;
	he\ight: 86px;
}

#header ul#menu li a b {
	font-weight: normal;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

#header ul#menu li a {
	background: #555555;
	border-top: 10px solid #555555;
}

#header ul#menu li a:hover {
	background: #d54e21;
	border-top: 10px solid #fff;
	cursor: pointer;
}

#header ul#menu li em {
	font-weight: normal;
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-style: normal;
	font-family: "trebuchet ms", tahoma, arial, verdana, sans-serif;
}

#header ul#menu li a em {
	font-weight: normal;
	bottom: 5px;
	left: 5px;
	font-style: normal;
	font-family: "trebuchet ms", tahoma, arial, verdana, sans-serif;
}

#header ul#menu li a#currentpage {
	background: #d54e21;
	border-top: 10px solid #fff;
}

/* end menu*/

/* start twitter */

#sidebar #twitter {
	background: url('/images/twitter.gif') 15px 0px no-repeat;
}

#sidebar ul#twitter_update_list li:hover {
	background: #fff;
}

#sidebar ul#twitter_update_list li {
	padding: 5px 5px 4px 5px;
	height: 1%;
}

#sidebar #twitter-link {
	padding: 10px 15px 10px 15px;
}

/* end twitter */

/* begin blog */

#content #comment {
	width: 450px;
}

.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 50%;
}

.gallery img {
	border: 1px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}

/* end blog */

/* start icons */

#content ul, ol {
	line-height: 170%;
	margin: 15px 0;
	padding: 0 25px 0 25px;
}

#content li.doc {
	background: url(/images/icons/document-word.gif) no-repeat 0 50%;
	padding-left: 25px;
	margin: 2px 0;
}

#content li.illustrator {
	background: url(/images/icons/document-illustrator.gif) no-repeat 0 50%;
	padding-left: 25px;
	margin: 2px 0;
}

#content li.mail {
	background: url(/images/icons/mail.gif) no-repeat 0 50%;
	padding-left: 25px;
	margin: 2px 0;
}

#content li.news {
	background: url(/images/icons/comment.gif) no-repeat 0 50%;
	padding-left: 25px;
	margin: 2px 0;
}

#content li.image {
	background: url(/images/icons/document-image.gif) no-repeat 0 50%;
	padding-left: 25px;
	margin: 2px 0;
}

#content li.pdf {
	background: url(/images/icons/pdf.gif) no-repeat 0 50%;
	padding-left: 25px;
	margin: 2px 0;
}

#content li.rss {
	background: url(/images/icons/rss.gif) no-repeat 0 50%;
	padding-left: 25px;
	margin: 2px 0;
}

#content li.zip {
	background: url(/images/icons/zip.gif) no-repeat 0 50%;
	padding-left: 25px;
	margin: 2px 0;
}

/* end icons */

