﻿

html {
    display:block;
    margin: auto;
}
body {
    background:#d1d2d3;
	background-image:url(image/bg.png);
	background-repeat: no-repeat;
	background-position:top;
	margin: auto;

}
img{
	margin: 2px;
}
/* -----  ----- */
/*
#background_box{
	width:100%;
	position:relative;
	top:0px;
	z-index:1;
	background:blue;
	height:500px;
}

*/
#mainbox{
	width:900px;
	text-align:center;
	margin:auto;
	padding:5px;
    background:#c0c6d1;
    height:100%;
}
.writer_info{
	width:840px;
	text-align:center;
	height:150px;

}
#langchange{
	text-align:right;
}

.Title{
	font-size:large;
	font-family:Verdana, Geneva, sans-serif;
	margin: 5px;
    border-radius: 15px;
    background:#5c88ce;

}
.Sub_Title{
	height:20px;
	font-size:200%;
	color:navy;
	margin:3px;
	padding:5px;
	border-radius: 15px;

}

/* -------------------------------------------------------------*/

.featured {
    width: 305px;
    height: 380px;
	padding: 5px;
    margin: 5px;
    border-radius: 15px;
    background:white;
   	border-bottom:5px #0077D4 solid;
}

.featuredtitle {
	text-align:left;
	width:300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:medium;
	color: #0e59d1;
	margin:3px;
}
.featuredlink a{
	text-decoration: none;
	    color: blue;

}

.featuredtitle a{
	text-decoration: none;
	color: #0e59d1;

}
.featuredgoals{
	text-align:left;
}


.featuredwriter {
	text-align:right;
	width:300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	margin:2px;
	padding:2px;
	float:right;
}

.featuredsum{
	text-align:left;
	width:300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;

}
.featuredlink{
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	margin:5px;
}


/* -------------------------------------------------------------*/
.selectedarticles{
  	
   	width: 285px;
    height: 350px;
	padding: 5px;
    margin: 5px;
    border-radius: 15px;
    background:white;
   	border-bottom:5px gray solid;


}
.selectedarticlessum a{
	text-decoration: none;
	color: #0e59d1;
	font-size:medium;
}

.selectedarticleslink{
	text-align:right;
}

.selectedarticleslink a{
	text-decoration: none;
	color: #0e59d1;

}
.selectedarticlessum{
	text-align:left;
	margin: 3px;
	width:100%;
	height:40px;
}

/* -------------------------------------------------------------*/


.eventbox{
	color: red; 
   	width: 285px;
    height: 350px;
	padding: 5px;
    margin: 5px;
    border-radius: 15px;
    background:white;
   	border-bottom:5px green solid;
}

.eventsum{
	text-align:left;
	font-size:medium;
}
.eventsum a{
	text-decoration: none;
	color: #0e59d1;
}
.eventlink{
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	margin:5px;
}
.eventlink a{
	text-decoration: none;
	color: #0e59d1;
}

/*    	color: #0e59d1;   */
/* -------------------------------------------------------------*/


.writer{
	font-size:small;	
}
#titlebox{
	text-align:left;
	font-size:small;
}
.featured_big{
	width: 100%;
	padding: 5px;
    margin: 3px;
    border-radius: 10px;
    background:white;
    font-size:large;
	font-family:Verdana, Geneva, sans-serif;


}
.featured_big a{
	text-decoration: none;
		color: #0e59d1;
	
}
.featured_row{
	text-align:center;
}

.footer_h{
	width:100%;
	background:white;
	height:150px;
}
.footer_content{
	margin:auto;
	width:900px;
}
#footer_table{
	height:150px;
	text-align:left;
}
#footer_table td{
	vertical-align: top;
  	text-align: left;
  	width:300px;
}
#footer_table a{
	text-decoration: none;
	color: #0e59d1;
}


/* -------------------------------------------------------------*/

/*     font-family: Arial,Helvetica,'Nimbus Sans L',sans-serif; */

/*

.main_art{
	width:720px;
}

#writer_info_box{
	float:left;
	width:500px;
	z-index:2;
    text-align:left;
    background:teal;
   	padding:3px;
    margin:3px;
    position: relative;
     left: 79px;
      top: 32px;

}
#writer_photo{
	float:right;
	padding-right:0;
	z-index:1;
	position: relative; left: -129px; top: -16px
}

#menu_bar{
	width:100%;
	height:30px;
	
}
#menu_bar td{
	width:25%;
}

.writer{
	height:40px;
}
#quote{
	font-size:medium;
	width:720px;
	position:relative;
	margin:0px auto;
	font-family:Verdana, Geneva, sans-serif;

}

*/