@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: left;
    background: #CCFFCC;
    /*Below is ugly solution to keep the background visible all the way down:*/
    background-image: url('http://www.rohrmannspace.net/travel/css/bg-main.gif');
    background-repeat: repeat-y;
}

.tab {
    margin-left: 15px;
}

h1 {
    font-size:24px;
    color: #000000;
}

h3 {
    font-size:20px;
    color: #000000;
    margin-bottom: -10px;
}

#gallerytext {
    color: #000000;
    font-size: 18;
    font-weight: bold;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

#container {
    width: 1200px;
    position: absolute;
}

#sidebar1 {
    float: left;
    width: 170px;
    background: #CCFFCC;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
    color: #009900;
    font-weight: bold;
    font-size: 13px;
}

#sidebar1 a:link {
    color: #009900;
}

#sidebar1 a:hover {
    color: #00FF00;
}

#sidebar1 a:visited {
    color: #006600;
}

#flag{
    width: 69px;
    height: 43px;
}

#countryname-sidebar{
    font-size: 18px;
}

.thingy{
    color: red;
    font-size: 13px;
}

#toCountrylist {
    color: #FF0000
    font-style: italic;
    font-size: 13px;
}

#toCountryIntro {
    color: #00FF00;
    font-style: italic;
    font-size: 13px;
}

#toFrontpage {
    color: #0000FF;
    font-style: italic;
    font-size: 13px;
}

#mainContent {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 200px;
    padding-top: 8px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    background-color: #FFCC66;
    text-align: center;
    border-left: 4px solid #777777;
    border-right: 4px solid #777777;
    font-size: 18px;
    font-weight: bold;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloat br {
    margin: 0;
    height: 0;
}

#sidebar2 {
    position: absolute;
    top: 0px;
    left: 1200px;
}

#wiggly {
     width: 253px;
	 height: 28px;
}
