@CHARSET "ISO-8859-1";
/*
Aspect Ratios:
IPhone 1.5 (800x1200)
Nexus 7 1.6 (800x1280)
Samsung Galaxy S5 1.77778(800x1420)
Header 800x612
Map 800x295
*/
#home_page {
	margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 800px;
    font-family: verdana, arial, tahoma, sans-serif;
    font-size: 32px;
    color:#00002C; /* F0C8B0*/
	background-color: #FEFEFF; /*#502000 542507 */
	text-align: center;
}

#header {
	position: fixed;
	text-decoration: none;
	padding: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	//text-align: center;
}

#header_left {
	float: left;
	top: 0px;
	width: 320px;
}

#header_center {
	text-align: center;
	padding-top: 210px;
	color: #00002C;
	float: left;
	width: 200px;
}

.lineborder {
	margin-left: auto;
    margin-right: auto;
	width: 800px;
	height: 2px;
	background-color: #00002C; //#A06038#A06038;
}

#pagecontentcentered {
	padding-top: 405px; //285px;
//	padding-left: 4px;
	color: #00002C; //#FFCFDF;
	width: 800px;
	margin-left: auto;
    margin-right: auto;
	font-size: 30px; //32px;
	text-align: center;
}

#pagecontentleft {
	padding-top: 405px; //285px;
//	padding-left: 4px;
	color: #00002C; //#FFCFDF;
	width: 800px;
	margin-left: auto;
    margin-right: auto;
	font-size: 32px;
	text-align: left;
}

.title {
	text-align: center;
	width: 800px;
}

.subtitle {
	// box-shadow: 0 0 0 4px #A06038 inset;
	// padding-top: 4px;
	color: #00002C; //#FA8491;
	text-align: center;
	width: 800px;
}

.subcontent235 {
	text-align: left;
	float: left;
	width: 235px;
}
.subcontent330 {
	float: left;
	text-align: left;
	width: 330px;
}

.subcontent245 {
	text-align: left;
	float: left;
	width: 245px;
}

.subcontent555 {
	text-align: left;
	float: left;
	width: 555px;
}

#linkset{
	padding-top: 285px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/* margin: auto auto 0 auto */
	width: 800px;
}

.button#lang_button {
 	font-size: 32px;
    /*adjust the roundness*/
    border-radius: 32px;
    moz-border-radius: 4px;
    webkit-border-radius: 4px;
    /*adjust height and width*/
    height: 72px; //72
    width: 190px;
    background: #DDDDDF; /*b26f78; #000044; */
    color: #00001C; /* #500710, #FF0000; */
    /*change border colour*/
    border:1px #245ec6 solid;
	margin: 0 auto auto auto;
}

.button#page_button {
	font-size: 30px;
    /*adjust the roundness*/
    border-radius: 32px;
    moz-border-radius: 4px;
    webkit-border-radius: 4px;
    /*adjust height and width*/
    height: 120px;
    width: 160px;    
    background: #DDDDDF; /*#F0B0C0; b26f78; #000044; */
    color: #00001C;  /* #400010;#500710, #FF0000; */
    /*change border colour*/
    border:1px #245ec6 solid;
}



