@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------------------------------- 
inSync International 

version:   1.0 
date:      01/15/09 
author:    Richard Magallanes
email:     webcreator_23@yahoo.com
website:   www.traveladik.com
version history: v1.0
-----------------------------------------------------------------------------*/

/*reset styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 5;
}
ol, ul {
	list-style: none;
	font-size: 1.3em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
.tabless {
	border-collapse: collapse;
	border-spacing: 5;
}

/*
------------
Body 
------------
*/

body 
    { 
/*    font: 62.5%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; */
	font: 62.5%/1.5 Georgia,Times,serif; 
    text-align:center; 
} 

#wrapper 
    {  
    width:834px;  
    text-align:left;   
    margin-left:auto;  
    margin-right:auto;  
    background-color: #FFFFFF;
	color:#636363;
}


/*
------------
Typhography 
------------
*/

h1 
    { 
    font-size: 2.2em; 
} 
     
h2 
    { 
    font-size: 2.0em;     
} 
     
h3 
    { 
    font-size: 1.8em; 
} 
     
h4 
    { 
    font-size: 1.6em; 
	color:#F90;
} 
     
h5 
    { 
    font-size: 1.4em;     
} 
     
p 
    { 
    font-size: 1.3em;     
}
.author{
font-size:.9em;
color:#F90;
font-weight:bold;
}
blockquote{
font-size: 1.3em;
text-indent: 0.8em;
color:#636363;
}

/* Header 
-----------------------------------------------------------------------------*/ 
#header{
height:360px;
width:990px;
background:url(../images/header_img.jpg) no-repeat;
}
#header_inner{
background:#cd0000;
}
#header_inner a {
color:#F90;
text-decoration:none;
font-size:1.3em;
}
#header_inner a:hover{
color:#FFF;
text-decoration:underline;
}
/* Navigation 
-----------------------------------------------------------------------------*/ 
#nav{
height:35px;
background:url(../images/nav_bg.gif) repeat-x;
}


/* Footer 
-----------------------------------------------------------------------------*/ 
a {
color:#F90;
text-decoration:none;
font-size: 1.3em;
}
a:hover {
color:#F90;
text-decoration:underline;
}


/* Homepage 
-----------------------------------------------------------------------------*/ 

/* Your template 
-----------------------------------------------------------------------------*/
#contentholder{
		margin:0 5px;
}
.clear{
	clear:both;
}

#leftcontent {
	padding-left:40px;
	padding-top:15px;
	float:left;
	width:450px;
	color:#636363;
} 
#rightcontent {
	float:right;
	width:330px;
	background:#e5e5e5;
	margin-right:2px;
}
#rightcontent_inner {
	float:right;
	width:280px;
	margin-right:2px;
	border-left: #999 1px dashed; 
}
#wrapper #contentholder #leftcontent h5 span {
	line-height:20px;
	padding-top:30px;
	display:block;
	font-family:Georgia,Times,serif;
}
.header_nav {
	float:right;
	position:relative;
	top:60px;
	right:10px;
}

.errors{
	font-size:1.6em;
	color:#C00;
}

#otherinput{
	visibility:hidden;
}
