body {
    background-color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 0;
    margin: 0;
    ~text-align: center;
}

img {
    border: 0;
}

textarea {
    font-family: Arial, sans-serif;
}


#wrap:after, #topbar:after, #navbar:after, .entry:after {
    content: " ";
    height: 0;
    overflow: hidden;
    clear: both;
    display: block;
}

#wrap {
    width: 910px;
    margin: 0 auto;
    ~text-align: left;
}

#topbar {
    width: 100%;
}

#logo {
    width: 500px;
    height: 265px;
    float: left;
}

#signup-for-updates {
    background-color: #DEDFE1;
    width: 135px;
    overflow-x: no;
    font-weight: bold;
    border: 4px solid #000;
    padding: 5px;
    text-align: center;
}

#signup-for-updates a {
    color: #000;
    text-decoration: none;
}

#signup {
    position: relative;
    top: 210px;
    left: -18px;
    width: 135px;
    /*height: 100px;*/
    float: right;
}

#navbar {
    width: 100%;
}

#navbar ul {
    float: right;
    margin-top: 8px;
    background-color: #DB0082;
    width: 90%;
    padding: 3px 2%;
}

#navbar ul li {
    list-style: none;
    float: right;
    padding: 0 10px;
}

#navbar ul li, #navbar ul li a {
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

#languages {
    float: left;
    width: 180px;
}

#languages ul {
    margin: 0 20px;
    padding: 0;
}

#languages ul li {
    text-transform: uppercase;
    text-align: right;
    list-style: none;
    padding: 5px 0;
}

#languages ul li, #languages ul li a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

#languages ul li a:hover {
    color: #DB0082;
}

#content {
    float: left;
    width: 600px;
}

#content p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 15px;
    line-height: 150%;
}

#content p, #content p a {
    color: #636366;
    text-decoration: none;
   text-align:justify;
}

#content p a:hover {
    color: #000000;
}

#content p.comment {
    font-size: 12px;
}


#content ul li {
    line-height: 150%;
    color: #1A1A1A;
}

.entry {
    width: 100%;
    margin-bottom: 10px;
}

.tag {
    float: left;
    text-align: right;
    padding-top: 5px;
    width: 28%;
}

.res {
    float: left;
    margin-left: 16px;
}

.res .field {
	width: 204px;
	~width: 170px;
}

.res select, .res img {
	~position: relative;
	~left: 16px;
}

.right {
	float: right;
	width: 270px;
	height: 400px;
}

form .title {
	text-align: right;
	font-size: 24px;
	font-weight: bolder;
}

.right textarea {
	height: 120px;
	width: 100%;
}

.right button {
	float: right;
}

.left {
	float: left;
	width: 320px;
}

.field, textarea {
	background-color: #F2D653;
	border: 2px solid #CF0072;
}