body{
margin:0;
padding:30px 0;
font:76% tahoma,verdana,sans-serif;
background:#047 url(../img/bodybg.png) repeat-x fixed;
color:#222;
}

#thetop{
margin:0;
}

#container{
width:920px;
margin:0 auto;
padding:20px 20px 0 20px;
background:#fff url(/sama/img/contbg.jpg) no-repeat;
color:#222;
}

a{
text-decoration:none;
color:#26c;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
	margin:0 0 15px 0;
	text-align: justify;
}

#main p,#sidebar p{
padding:0 10px 0 0;

text-align: justify;
}

#logo{
float:left;
width:423px;
margin:0 0 20px 0;
padding:0 0 0 0;
background:#00396C;
border:4px solid #00396C;
text-align:center;
color:#00396C;
overflow:auto;
}

#logo h1{
margin:50px 5px 1px 5px;
letter-spacing:-3px;
}

#logo a{
color:#26a;
text-decoration:none;
}

#logo a:hover{
color:#69e;
}

#tagline{
text-align:center;
font-size:1.2em;
}

#intro p{
	line-height:1.5em;
	text-align: right;
	background-repeat: repeat;
}

#main{
float:left;
width:740px;
margin-right:10px;
padding:0;
}

.headerstyle{
	display:block;
	background:#eee url(001.jpg) repeat-x;
	color:#222;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.blockstyle {
	border: 1px solid #9ac1c9;
	padding: 3px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #eef5f6;
}

.RowStyle {
	margin: 1px;
	padding: 4px;
}


#sidebar{
width:150px;
float:right;
margin-top:20px;
font-size:1em;
line-height:1.3em;
}

#sidebar p{
font-size:0.9em;
}

.sidelink{
	display:block;
	width:140px;
	font-size:1.1em;
	font-weight:bold;
	text-align: right;
	color:#26c;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	background-image: url(001.jpg) repeat-x;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.sidelink:hover,.menuheader{
	background:#fff url(001.jpg) repeat-x;
	color:#000000;
	border-top:1px solid #ddd;
	border-left:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #ddd;
	text-decoration:none;
}

#footer{
margin:0 auto 20px auto;
width:740px;
background:#fff url(../img/footerbg.png) bottom left no-repeat;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
text-align: right;
}

h3{
margin:20px 0 8px 0;
font-size:1.4em;
text-align: right;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
	clear:both;
	margin:0;
	padding-top: 10px;
	padding-bottom: 20px;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
}

.credit{
color:#888;
}

.hide{
display:none;
}
<!--Menu-->
div.sdmenu {
	width:140px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(001.jpg) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
	text-decoration: none;
}
div.sdmenu div a.current {
	background : #ccc;
	text-decoration: none;
}
div.sdmenu div a:hover {
	background : #066 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}


<!--                   Articles-                 ->
<!---    New for Topics   --->
* {
	margin: 0;
	padding: 0;
}

p {
	padding: 0 0 1em;
}
/* message display page */
.message_list {
	list-style: none;
	margin: 10;
	padding: 10;
	width: 670px;
}
.message_list li {
	padding: 5;
	margin: 5;
	background: url(001.jpg) repeat-x;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
}
.message_head {
	padding: 5px 10px;
	cursor: pointer;
	<!---position: relative;
	height: 30px;
}
.message_head .timestamp {
	color: #666666;
	font-size: 110%;
	<!---position: absolute;--->
	right: 10px;
	top: 5px;
}
.message_head cite {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
.message_body {
	padding: 5px 10px 15px;
}
.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 500px;
}
.collapse_buttons a {
	margin-left: 15px;
	float: right;
	text-decoration: none;
}
.show_all_message {
	background: url(images/tall-down-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	background: url(images/tall-up-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.collpase_all_message {
	background: url(images/collapse-all.gif) no-repeat right center;
	padding-right: 12px;
	color: #666666;
}

