@CHARSET "UTF-8";

/*************************/
/*** basic site layout ***/
/*************************/

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

div#site {
	width: 730px;
	margin: 40px auto 10px auto;
	text-align: left;
	position: relative;
	/*border: 1px solid black;*/
}
	
div#edition {
	float: left;
	width: 330px;
	text-align: right;
	font-size: 13px;
	color: #6599e0;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

#edition a:visited {
	color: #6599e0
}

div#breadcrumb {
	float: right;
	width: 380px;
	font-size: 13px;
	color: #000000;
	margin-bottom: 15px;
}

div#c_lft {
	float: left;
	width: 330px;
}

div#c_rgt {
	float: right;
	width: 380px;
/*	padding-right: 10px; */
/*	height: 500px; */
/*	overflow: auto; */
}

#c_rgt p {
	text-align: justify;
}

div#footer {
	clear: both;
}

h1 {
	text-align: left;
	font-size: 12px;
	color: #6599e0;
	margin-bottom: 5px;
	line-height: 1.2em;
}

h2 {
	text-align: left;
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.05em
}

h3 {
	text-align: left;
	font-size: 12px;
	color: #666;
}

p {
	font-size: 10px;
	text-align: left;
	color: #666666;
	margin-bottom: 5px;
}

table#project {
	width: 100%;
}

#project tr {
	vertical-align: top;
}

#project td {
	font-size: 10px;
	color: #666666;
	padding-bottom: 10px;
}

#project ul, #project li {
	list-style-type: circle;
}

/***** gallery ****/
div#image_display {
	position: relative;
	width: 330px;
	height: 230px;
	text-align: right;
	/*border: 1px solid black;*/
}

#image_display img {
	text-align: right;
}

#gallery p {
	line-height: 230px;
	text-align: center;
	color: red;
}

#enlarge {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 20;
}

div#thumbs {
	margin-bottom: 20px;
}

div#thumbs img {
	margin-right: 5px;
	margin-top: 5px;
}

/******** homepage *****/

.home {
	font-size: 13px;
	color: #6599e0;
	font-weight: bold;
}

a:active, a:link, a:visited {color: #6599e0}

.black {
	color: #000000 !important;
}

.draft {
	color: #990000 !important;
}
.home tr {
	vertical-align: top;
}

.home td {
	font-weight: bold;
}

/**** breus ****/

#breus_lft li {
	text-align: right;
	margin-bottom:5px;
}

#breus_lft img {
	vertical-align: top;
	text-align: right;
}

.margin_left_5px {
	margin-left:5px;
}

/*** archiu ***/

#archiu_lft li {
	text-align: right;
	margin-bottom:10px;
}

.archiu_rgt {
	height: 77px;
	margin-bottom:10px;
}

/**** admin ****/

div#admin {
	clear: both;
	font-size: 10px;
}

/**** editor ****/
	