/*----- HTML TAGS -----*/
body {
	margin: 0px;
	padding: 0px;
	background: #f5f5f5;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*----- UNIQUE CLASSES -----*/
#body {
	/*LTR: top right bottom left*/
	/*RTL: top left bottom right*/
	margin: 0px auto 0px auto;
	width: 770px;
	direction: ltr;

	font-family: Verdana, Arial;
	font-size: 11px;
	color: #a9a9a9;
}

#logo {
	text-align: right;
	padding-top: 45px;
}

#menu {
	text-align: right;
	padding-top: 15px;
}

#menu-table {
	width: auto;
}

#top-spacer {
	height: 45px;
}

#bottom-spacer {
	height: 45px;
}

#home {
	width: auto;
}

#copyright {
	padding-top: 5px;
}
#copyright a {
	color: #5f5f5f;
	text-decoration: none;
}
#copyright a:hover {
	color: #a9a9a9;
	text-decoration: none;
}

#biography {
	width: 382px;
	line-height: 150%;
}
#biography a {
	color: #5f5f5f;
	text-decoration: none;
}
#biography a:hover {
	color: #a9a9a9;
	text-decoration: none;
}

#news {
	width: 382px;
	line-height: 150%;
}
#news a {
	color: #5f5f5f;
	text-decoration: none;
}
#news a:hover {
	color: #a9a9a9;
	text-decoration: none;
}

#contacts {
	width: 382px;
}
#contacts td {
	padding-bottom: 2px;
}
#contacts .divider {
	width: 22px;
}
#contacts .required {
	color: #f00;
}
#contacts .textbox {
	width: 180px;
	height: 15px;
	border: 1px solid #ccc;
	background: #fff;

	font-family: Verdana, Arial;
	font-size: 11px;
	color: #5f5f5f;
}
#contacts .textarea {
	width: 180px;
	height: 128px;
	border: 1px solid #ccc;
	background: #fff;

	font-family: Verdana, Arial;
	font-size: 11px;
	color: #5f5f5f;
}
#contacts a {
	color: #5f5f5f;
	text-decoration: none;
}
#contacts a:hover {
	color: #a9a9a9;
	text-decoration: none;
}
#contacts .button {
	text-align: right;
}
#contacts .spacer {
	height: 45px;
}
#contacts .info {
	text-align: right;
	line-height: 150%;
}

/*----- MENU CLASSES -----*/
.menu-left {
	padding: 0px 8px 0px 0px;
}
.menu-item {
	padding: 0px 7px 0px 7px;
}
.menu-right {
	padding: 0px 0px 0px 8px;
}

.menu-divider {
	width: 1px;
	background: #c0c0c0;
}

/*----- USER DEFINED CLASSES -----*/
.image-left {
	float: left;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 5px;
}

.image-right {
	float: right;
	border: 1px solid #ccc;
	margin-left: 10px;
	margin-bottom: 5px;
}

.image-top {
	margin-bottom: 10px;
}

.image-bottom {
	margin-top: 10px;
}

.news-spacer {
	height: 15px;
}

.news-paging {
	width: 100%;
	text-align: center;
}

.my-works {
	width: 382px;
	line-height: 150%;
}
.my-works a {
	color: #5f5f5f;
	text-decoration: none;
}
.my-works a:hover {
	color: #a9a9a9;
	text-decoration: none;
}


