body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#fff;
}

html {
	width:100%;
	height:100%;
}

* {
	font-family:Arial, Palatino Linotype, Georgia, Times, Times New Roman;
}


#container {
	display:block;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

		
	#header {
		margin-top: 10px;
		text-align: center;
	}
			#header h1 {
				font-family:arial; Palatino Linotype, Georgia, Times, Times New Roman;
				font-size:100px;
				font-weight:lighter;
				font-style:normal;
				color:#000000;
				text-transform:uppercase;
                                line-height:80px;
                                margin-top:0px;
                                margin-bottom:0px;
				
			
			}
			
			#header h2 {
				font-family:arial; Palatino Linotype, Georgia, Times, Times New Roman;
				font-size:18px;
				font-weight:lighter;
				font-style:normal;
				color:#000000;
				text-transform:uppercase;
				line-height:40px;
			        margin-top:0px;
                                margin-bottom:0px;
			}

		
 	#menu {
        display:block;
		background-image:url(../images/menu.gif);
		background-position:center;
		background-repeat:repeat;
		padding-top:1px;
		margin-top:5px;
		height:100px;
		
        		}
                
                
                #menu ul {
                        display:block;
                        padding:0;
                        margin:0;
                }

 			                
                #menu ul li {
                        display:block;
                        position:relative;
                        padding:0;
                        margin:0;
                        list-style:none;
                        list-style-image:none;
                        
                }
                #menu ul li a {
                        display:block;
						padding-top:10px;
                        padding-left:10px;
                        padding-right:10px;
                        margin:0;
						font-size:80px;
						text-align:center;
						text-decoration: none;
						color:#ffffff;
				}
				
				#menu a:hover{
						color:#000000;
				}	
						
                		
                     
 #content {
		display:block;
		background-position:top;
		background-repeat:repeat-x;
		padding-top:5px;
	}
		
		#content h1 {
				font-family:arial; Palatino Linotype, Georgia, Times, Times New Roman;
				font-size:50px;
				font-weight:lighter;
				font-style:normal;
				color:#000000;
				text-transform:uppercase;
				line-height:1px;
			
			}
			
			
		#content h2 {
				font-family:arial; Palatino Linotype, Georgia, Times, Times New Roman;
				font-size:18px;
				font-weight:lighter;
				font-style:normal;
				color:#03CEFC;
				text-transform:uppercase;
				line-height:1px;
			
			}

		
		
		
		#left {
			display:block;
			float:left;
			width:160px;
			padding-top:20px;
			margin-right: 10px;
		}
			#left .article_container {
				display:block;
			}
			#left .whole .article {
				display:block;
				background-position:top;
				background-repeat:repeat-x;
				padding-top:20px;
				padding-bottom:20px;
			}
			#left .article div.content {
				display:block;
				text-align:center;
			}
			#left .input {
				width:160px;				
			}
			#left div.title {
				text-align:center;
			}
			#left .title {
				font-size:14px;
			
			}
					
		

		#middle {
			display:block;
			float:left;
			width:600px;
			margin-left:5px;
			padding-top:5px;
			font-size:16px;
		}
			#middle .with_line div.article,
			#middle .whole div.article {
				display:block;
				background-position:bottom;
				background-repeat:repeat-x;
				padding-bottom:20px;
			}
			#middle .whole_last div.article {
				display:block;
				background-image:none;
				background-position:bottom;
				background-repeat:repeat-x;
				padding-bottom:0px;
			}
			#middle .article_container div.article {
				margin-bottom:20px;
			}
				#middle .news_module {
					display:block;
				}
				#middle div.title, #middle h1.title {
					display:block;
					margin:0px;
					padding:0px;
				}
				#middle div.content {
					display:block;
				}
				#middle div.article_container {
					display:block;
				}
	
			#footer {
				display:block;
				padding-top:5px;
				text-align: center;
				background-position:top;
				background-repeat:repeat-x;
							}
							
							
						#header p {
					font-family:arial; Palatino Linotype, Georgia, Times, Times New Roman;
					font-size:10px;
					font-weight:lighter;
					font-style:normal;
					color:gray;
					text-transform:uppercase;
					line-height:1px;

				
		
	
/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer 

{height:400px; width:600px; left:50%; top:15%; margin-left:-300px; background-color:#fff; border:0px solid #fff;}

#modalContainer a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}

#modalContainer #basicModalContent {padding:8px;}

#alert_popup {
	display:block;
	height:70px;
	text-align:center;
}
